Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1278 from taion/lint-fix
Browse files Browse the repository at this point in the history
Trivial linting fix
  • Loading branch information
taion committed Sep 3, 2015
2 parents d289945 + a3a9bb5 commit c65b1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Dropdown extends React.Component {
return (
<Component
{...props}
tabIndex='-1'
tabIndex="-1"
className={classNames(this.props.className, rootClasses)}
>
{ children }
Expand Down

0 comments on commit c65b1cf

Please sign in to comment.