Skip to content

Commit

Permalink
fix: Fix setAdBreakReadyListener. (#551)
Browse files Browse the repository at this point in the history
Resolves #550.
  • Loading branch information
shawnbuso committed Mar 6, 2018
1 parent 60dabe5 commit a835fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ima-plugin.js
Expand Up @@ -150,7 +150,7 @@ const ImaPlugin = function(player, options) {
* break playback.
*/
this.setAdBreakReadyListener = function(listener) {
this.controller.setAdBreakReadyListener();
this.controller.setAdBreakReadyListener(listener);
}.bind(this);


Expand Down

0 comments on commit a835fd8

Please sign in to comment.