Trailing commas break old IE versions

This commit is contained in:
Alexandre Gaudencio 2014-11-03 02:52:07 +01:00
parent cb50a8698b
commit 6379342b71
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ var CompilerPlayground = React.createClass({
</label>
</div>
);
},
}
});
React.render(
<CompilerPlayground />,

View File

@ -62,7 +62,7 @@ function createInstanceForTag(tag, props, parentType) {
var ReactNativeComponent = {
createInstanceForTag: createInstanceForTag,
injection: ReactNativeComponentInjection,
injection: ReactNativeComponentInjection
};
module.exports = ReactNativeComponent;