Skip to content

Commit

Permalink
Follow style conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Mar 31, 2016
1 parent 25a8ca7 commit bc41a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/dom/client/wrappers/ReactDOMInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var ReactDOMInput = {
onChange: inst._wrapperState.onChange,
});

return nativeProps
return nativeProps;
},

mountWrapper: function(inst, props) {
Expand Down

0 comments on commit bc41a6b

Please sign in to comment.