1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-31 03:11:11 +02:00

Adding line to CHANGELOG: Added support for percent width/height and fluid layouts

This commit is contained in:
Steve Heffernan 2012-04-09 14:56:36 -07:00
parent 4fb7af6b53
commit 7839f2e427

View File

@ -1,3 +1,4 @@
* Added support for percent width/height and fluid layouts
* Improved load order of elements to reduce reflow.
* Changed addEvent function name to 'on'.
* Removed conflicting array.indexOf function