Skip to content

Commit

Permalink
Added trailing comma for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
emohedano committed Nov 11, 2015
1 parent 904b92e commit 5c43f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time-picker/time-picker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const TimePicker = React.createClass({
return {
time: this.props.defaultTime || emptyTime,
dialogTime: new Date(),
muiTheme: this.context.muiTheme ? this.context.muiTheme : ThemeManager.getMuiTheme(DefaultRawTheme)
muiTheme: this.context.muiTheme ? this.context.muiTheme : ThemeManager.getMuiTheme(DefaultRawTheme),
};
},

Expand Down

0 comments on commit 5c43f3f

Please sign in to comment.