Skip to content

Commit

Permalink
Fix missing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
truongduy134 committed Feb 8, 2016
1 parent c981886 commit 606f772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ describe('ReactElement', function() {
},
render: function() {
return React.createElement('span', null, this.props.prop);
}
},
});
var instance = React.createElement(Component);

Expand Down

0 comments on commit 606f772

Please sign in to comment.