1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-29 11:23:10 +02:00

Adding line to CHANGELOG: Allow disabling of default components

This commit is contained in:
Steve Heffernan 2012-06-28 16:37:25 -07:00
parent 94044afe74
commit c9fa0be0e0

View File

@ -1,3 +1,4 @@
* Allow disabling of default components
* Duration is now setable (need ed for HLS m3u8 files)
* Event binders (on/off/one) now return the player instance
* Stopped player from going back to beginningg on ended event.