diff --git a/docs/_js/jsx-compiler.js b/docs/_js/jsx-compiler.js index 28364eb88f9..a69bdd2176c 100644 --- a/docs/_js/jsx-compiler.js +++ b/docs/_js/jsx-compiler.js @@ -37,7 +37,7 @@ var CompilerPlayground = React.createClass({ ); - }, + } }); React.render( , diff --git a/src/core/ReactNativeComponent.js b/src/core/ReactNativeComponent.js index 431b12eccba..8819c8dc84c 100644 --- a/src/core/ReactNativeComponent.js +++ b/src/core/ReactNativeComponent.js @@ -62,7 +62,7 @@ function createInstanceForTag(tag, props, parentType) { var ReactNativeComponent = { createInstanceForTag: createInstanceForTag, - injection: ReactNativeComponentInjection, + injection: ReactNativeComponentInjection }; module.exports = ReactNativeComponent;