Skip to content

Commit c8b6e68

Browse files
committed
Fixing ESLint warnings
1 parent 9f6d417 commit c8b6e68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/basic/app.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const App = React.createClass({
8888
>
8989
<a tabIndex={0}
9090
role="button"
91-
aria-haspopup={true}
91+
aria-haspopup
9292
data-type="foo"
9393
onKeyPress={this.handleNavKeyPress}
9494
onClick={this.handleNavClick}>Foo</a>
@@ -98,7 +98,7 @@ const App = React.createClass({
9898
>
9999
<a tabIndex={0}
100100
role="button"
101-
aria-haspopup={true}
101+
aria-haspopup
102102
data-type="bar"
103103
onKeyPress={this.handleNavKeyPress}
104104
onClick={this.handleNavClick}>Bar</a>
@@ -108,7 +108,7 @@ const App = React.createClass({
108108
>
109109
<a tabIndex={0}
110110
role="button"
111-
aria-haspopup={true}
111+
aria-haspopup
112112
data-type="baz"
113113
onKeyPress={this.handleNavKeyPress}
114114
onClick={this.handleNavClick}>Baz</a>

0 commit comments

Comments
 (0)