mirror of
https://github.com/videojs/video.js.git
synced 2024-12-25 02:42:10 +02:00
Added whitespace at the end of each file.
This commit is contained in:
parent
945f370c2b
commit
74f5e85eb4
@ -588,4 +588,5 @@ VideoJS.player.newBehavior("subtitlesDisplay", function(element){
|
||||
});
|
||||
}
|
||||
}
|
||||
);
|
||||
);
|
||||
|
||||
|
@ -495,4 +495,5 @@ VideoJS.player.extend({
|
||||
onEnded: function(fn){
|
||||
this.addVideoListener("ended", fn); return this;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -184,3 +184,4 @@ Function.prototype.rEvtContext = function(obj, funcParent){
|
||||
}
|
||||
return this.evtContext(obj);
|
||||
};
|
||||
|
||||
|
@ -11,4 +11,5 @@ if (window.jQuery) {
|
||||
return this[0].player;
|
||||
};
|
||||
})(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