Skip to content

Commit

Permalink
@kahwee Fixed sandbox plugin example to work in Video.js 5. closes vi…
Browse files Browse the repository at this point in the history
  • Loading branch information
kahwee authored and gkatsev committed Oct 28, 2015
1 parent 5f5357d commit 6e25aef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ CHANGELOG
* @misteroneill added a modal dialog ([view](https://github.com/videojs/video.js/pull/2668))
* @misteroneill removed z-index from big play button ([view](https://github.com/videojs/video.js/pull/2639))
* @DaveVoyles updated URL to player API docs ([view](https://github.com/videojs/video.js/pull/2685))
* @ ([view](https://github.com/videojs/video.js/pull/2691))
* @kahwee Fixed sandbox plugin example to work in Video.js 5 ([view](https://github.com/videojs/video.js/pull/2691))

--------------------

Expand Down
4 changes: 2 additions & 2 deletions sandbox/plugin.html.example
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
};

// register the plugin
vjs.plugin('progressed', progressed);
videojs.plugin('progressed', progressed);

// initialize it
vid1 = vjs('vid1');
vid1 = videojs('vid1');
vid1.progressed();
})();
</script>
Expand Down

0 comments on commit 6e25aef

Please sign in to comment.