Skip to content

Commit 753a8ce

Browse files
committed
Suppress lint warning
1 parent aae8fb9 commit 753a8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const Test = React.createClass({
6464
},
6565

6666
onVisibleChange(visible) {
67-
console.log('tooltip', visible);
67+
console.log('tooltip', visible); // eslint-disable-line no-console
6868
},
6969

7070
onDestroyCheck() {

0 commit comments

Comments
 (0)