1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-02 09:11:54 +02:00
video.js/test/unit
Gary Katsevman 68ad48d8e8 Ignore null, undefined, and NaN is dimension()
Add vjs.isNaN to have a better cross browser isNaN checker.
Previously, only undefined was ignored, so, it tried setting the
dimension using null and NaN as values. In most browsers this isn't a
problem, but in particular on IE8, things break.
With this PR, all three of those values will be ignored.
2014-08-25 18:41:33 -04:00
..
api.js Added localization support. closes #1360 2014-08-05 17:48:00 -07:00
button.js Modified language json structure to not include the code. 2014-08-05 17:48:00 -07:00
component.js Ignore null, undefined, and NaN is dimension() 2014-08-25 18:41:33 -04:00
control-bar.js Close GH-672: Control bar updates. Fixes #556, Fixes #500, Fixes #374, Fixes #403, Fixes #441, Fixes #193, Fixes #602, Fixes #561, Fixes #281 2013-08-09 14:29:22 -07:00
controls.js Added localization support. closes #1360 2014-08-05 17:48:00 -07:00
core-object.js Close GH-425: Backing out goog.inherits and adding back the previous inheritance API. fixes #415. 2013-04-09 13:43:35 -07:00
core.js add fix for localization of not supported message 2014-08-20 15:04:30 -07:00
events.js Added support for listening to multiple events through a types array. closes #1231 2014-07-08 11:51:47 -07:00
flash.js Move manual events into tech controller 2014-08-14 15:08:37 -07:00
lib.js Fixed console log tests that were breaking in IE8 2014-08-14 16:15:13 -07:00
media.html5.js Move manual events into tech controller 2014-08-14 15:08:37 -07:00
media.js Don't dynamically turn off progress events 2014-08-14 15:08:54 -07:00
mediafaker.js Fixed an issue with the firstplay event not firing when autoplaying. closes #1271 2014-06-10 16:55:08 -07:00
menu.js Adjusting menu to use title given in options 2014-04-03 23:35:15 -07:00
player.js Maded some revisions to videojs/video.js#1369 2014-08-04 15:53:28 -07:00
plugins.js Updated grunt and grunt-contrib versions to fix PhantomJS bug 2013-04-09 10:42:41 -07:00
poster.js Added a test for the posterImage source getter 2013-12-02 08:11:22 -08:00
setup.js update test/unit/{media.html5,setup}.js to adhere to jshint 2013-02-08 17:27:04 -05:00
test-helpers.js Maded some revisions to videojs/video.js#1369 2014-08-04 15:53:28 -07:00
tracks.js Added tests for cue times with flags 2014-06-13 13:41:23 -07:00
util.js add fix for localization of not supported message 2014-08-20 15:04:30 -07:00