mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #2452 from Shahor/master
Trailing commas break old IE versions
This commit is contained in:
@@ -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