Skip to content

Commit

Permalink
Build changes to broadcast name
Browse files Browse the repository at this point in the history
From ac-player-ready to ng-jwplayer-ready
  • Loading branch information
David Karchmer committed Nov 22, 2015
1 parent e2ffaf2 commit b6688f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jwplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
player.setup(scope.playerOptions);

player.on('ready', function() {
$rootScope.$broadcast('av-player-ready');
$rootScope.$broadcast('ng-jwplayer-ready');
});


Expand Down
2 changes: 1 addition & 1 deletion jwplayer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6688f5

Please sign in to comment.