Skip to content

Commit

Permalink
autoFocus was incorrectly included twice in an object, which violates…
Browse files Browse the repository at this point in the history
… strict mode.
  • Loading branch information
williamstein committed Oct 15, 2015
1 parent 6ec06b8 commit dbc37b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Combobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ var ComboBox = _react2['default'].createClass(babelHelpers.createDecoratedObject
_react2['default'].createElement(_ComboboxInput2['default'], {
ref: 'input',
id: inputID,
autoFocus: autoFocus,
tabIndex: tabIndex,
suggest: suggest,
name: name,
Expand Down Expand Up @@ -503,4 +502,4 @@ function getFilter(suggest, word, textField) {
return suggest(item, word);
};
}
module.exports = exports['default'];
module.exports = exports['default'];

0 comments on commit dbc37b1

Please sign in to comment.