Skip to content

Commit

Permalink
pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jan 7, 2015
1 parent b254025 commit a1027db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Time.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var Time = React.createClass({
showHourPanel: 0,
showMinutePanel: 0,
showSecondPanel: 0
}
};
},

onHourKeyDown: keyDownWrap('setHourOfDay', 0, 23),
Expand Down Expand Up @@ -148,7 +148,7 @@ var Time = React.createClass({
onClick={this.onSecondClick}
onKeyDown = {this.onSecondKeyDown}/>
{panel}
</span>)
</span>);
}
});

Expand Down
1 change: 0 additions & 1 deletion lib/TimePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ var TimePanel = React.createClass({
render: function () {
var value = this.state.value;
var props = this.props;
var locale = props.locale;
var method = props.getter;
var currentHour = value[method]();
var data = [];
Expand Down

0 comments on commit a1027db

Please sign in to comment.