Skip to content

Commit

Permalink
Trailing commas break old IE versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahor committed Nov 3, 2014
1 parent cb50a86 commit 6379342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_js/jsx-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var CompilerPlayground = React.createClass({
</label>
</div>
);
},
}
});
React.render(
<CompilerPlayground />,
Expand Down
2 changes: 1 addition & 1 deletion src/core/ReactNativeComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function createInstanceForTag(tag, props, parentType) {

var ReactNativeComponent = {
createInstanceForTag: createInstanceForTag,
injection: ReactNativeComponentInjection,
injection: ReactNativeComponentInjection
};

module.exports = ReactNativeComponent;

0 comments on commit 6379342

Please sign in to comment.