1
0
mirror of https://github.com/videojs/video.js.git synced 2025-07-13 01:30:17 +02:00

Fixed some IE comma errors. Made ajax error clearer. Fixed a setup issue.

This commit is contained in:
Steve Heffernan
2011-11-29 16:39:43 -08:00
parent 82d55c45e7
commit 0c7334c861
6 changed files with 16 additions and 11 deletions

2
src/controls.js vendored
View File

@ -693,7 +693,7 @@ _V_.TextTrackDisplay = _V_.Component.extend({
createElement: function(){
return this._super("div", {
className: "vjs-" + this.trackType,
className: "vjs-" + this.trackType
});
},