Skip to content

Commit 3911203

Browse files
committed
Remove no longer used prop from example
1 parent 04ce3d8 commit 3911203

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

example/app.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,6 @@ class App extends React.Component {
314314
checked={this.state.showIndex}/>
315315
<label htmlFor='show_index'>show index</label>
316316
</li>
317-
<li>
318-
<input
319-
id='slide_on_thumbnail_hover'
320-
type='checkbox'
321-
onChange={this._handleCheckboxChange.bind(this, 'slideOnThumbnailHover')}
322-
checked={this.state.slideOnThumbnailHover}/>
323-
<label htmlFor='slide_on_thumbnail_hover'>slide on thumbnail hover (desktop)</label>
324-
</li>
325317
<li>
326318
<input
327319
id='is_rtl'

0 commit comments

Comments
 (0)