Skip to content

Commit

Permalink
Use options_ instead of options()
Browse files Browse the repository at this point in the history
  • Loading branch information
jforbes committed Sep 11, 2015
1 parent c4173de commit 2d2be5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/videojs-playlist-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class PlaylistMenu extends Component {
for (let i = 0; i < playlist.length; i++) {
let item = new PlaylistMenuItem(this.player_, {
item: playlist[i]
}, this.options());
}, this.options_);
this.items.push(item);
this.addChild(item);
}
Expand Down

0 comments on commit 2d2be5f

Please sign in to comment.