Merge pull request #2452 from Shahor/master

Trailing commas break old IE versions
This commit is contained in:
Paul O’Shannessy
2014-11-05 11:00:12 -08:00
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;