mirror of
https://github.com/videojs/video.js.git
synced 2025-01-13 10:32:26 +02:00
Added whitespace at the end of each file.
This commit is contained in:
parent
945f370c2b
commit
74f5e85eb4
@ -589,3 +589,4 @@ VideoJS.player.newBehavior("subtitlesDisplay", function(element){
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
|
@ -496,3 +496,4 @@ VideoJS.player.extend({
|
||||
this.addVideoListener("ended", fn); return this;
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -184,3 +184,4 @@ Function.prototype.rEvtContext = function(obj, funcParent){
|
||||
}
|
||||
return this.evtContext(obj);
|
||||
};
|
||||
|
||||
|
@ -12,3 +12,4 @@ if (window.jQuery) {
|
||||
};
|
||||
})(jQuery);
|
||||
}
|
||||
|
||||
|
@ -359,3 +359,4 @@ if(VideoJS.isIE()) { document.createElement("video"); }
|
||||
|
||||
// Expose to global
|
||||
window.VideoJS = window._V_ = VideoJS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user