mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
Merge pull request #2452 from Shahor/master
Trailing commas break old IE versions
This commit is contained in:
@@ -37,7 +37,7 @@ var CompilerPlayground = React.createClass({
|
||||
</label>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
}
|
||||
});
|
||||
React.render(
|
||||
<CompilerPlayground />,
|
||||
|
||||
@@ -62,7 +62,7 @@ function createInstanceForTag(tag, props, parentType) {
|
||||
|
||||
var ReactNativeComponent = {
|
||||
createInstanceForTag: createInstanceForTag,
|
||||
injection: ReactNativeComponentInjection,
|
||||
injection: ReactNativeComponentInjection
|
||||
};
|
||||
|
||||
module.exports = ReactNativeComponent;
|
||||
|
||||
Reference in New Issue
Block a user