Skip to content

Commit

Permalink
deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jul 29, 2019
1 parent 58b7861 commit 0b91a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/slider/slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class Slider extends Component {
this.on('keydown', this.handleKeyDown);
this.on('click', this.handleClick);

// TODO: deprecated, controlsvisible does not seem to be fired
this.on(this.player_, 'controlsvisible', this.update);

if (this.playerEvent) {
Expand Down

0 comments on commit 0b91a71

Please sign in to comment.