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

Adding line to CHANGELOG: Improved load order of elements to reduce reflow.

This commit is contained in:
Steve Heffernan
2012-04-06 17:15:44 -07:00
parent 980b4738f4
commit 1a6c5ffcb9

View File

@@ -1,3 +1,4 @@
* Improved load order of elements to reduce reflow.
* Changed addEvent function name to 'on'.
* Removed conflicting array.indexOf function
* Added exitFullScreen to support BlackBerry devices (pull/143)