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
+1 -1
View File
@@ -62,7 +62,7 @@ function createInstanceForTag(tag, props, parentType) {
var ReactNativeComponent = {
createInstanceForTag: createInstanceForTag,
injection: ReactNativeComponentInjection,
injection: ReactNativeComponentInjection
};
module.exports = ReactNativeComponent;