File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const propTypes = {
78
78
*/
79
79
stateThree : PropTypes . object ,
80
80
/**
81
- * Write <code>'-1'</code> if you don't want the user to tab to the button.
81
+ * Write "-1" if you don't want the user to tab to the button.
82
82
*/
83
83
tabIndex : PropTypes . string ,
84
84
tooltip : PropTypes . node ,
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ module.exports = React.createClass({
260
260
onInput,
261
261
pattern,
262
262
placeholder,
263
- ...props
263
+ ...props // eslint-disable-line no-unused-vars
264
264
} = this . props ;
265
265
266
266
let isInline ;
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ GlobalNavigationBarLink.propTypes = {
127
127
onMouseEnter : PropTypes . func ,
128
128
onMouseLeave : PropTypes . func ,
129
129
/**
130
- * Write <code> "-1"</code> if you don't want the user to tab to the button.
130
+ * Write "-1" if you don't want the user to tab to the button.
131
131
*/
132
132
tabIndex : PropTypes . string
133
133
} ;
You can’t perform that action at this time.
0 commit comments