Skip to content

Commit

Permalink
v0.0.7 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansfdc committed Oct 1, 2015
1 parent 9d88530 commit 63db87b
Show file tree
Hide file tree
Showing 8 changed files with 390 additions and 265 deletions.
2 changes: 1 addition & 1 deletion lib/SLDSDateInput/SLDSDatePicker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = _react2['default'].createClass({
if (this.props.onClose) {
this.props.onClose();
}
} else if (event.keyCode === _utils2.KEYS.SPACE) {} else if (event.keyCode === _utils2.KEYS.ENTER) {} else if (event.keyCode === _utils2.KEYS.TAB) {} else {
} else if (event.keyCode === _utils2.KEYS.SPACE) {} else if (event.keyCode === _utils2.KEYS.ENTER) {} else if (event.keyCode === _utils2.KEYS.TAB) {} else if (event.keyCode === _utils2.KEYS.ESCAPE) {} else {
_utils.EventUtil.trapEvent(event);
}
}
Expand Down
Loading

0 comments on commit 63db87b

Please sign in to comment.