1
0
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:
Steve Heffernan 2010-11-21 22:23:22 -08:00
parent 945f370c2b
commit 74f5e85eb4
5 changed files with 8 additions and 3 deletions

View File

@ -589,3 +589,4 @@ VideoJS.player.newBehavior("subtitlesDisplay", function(element){
}
}
);

View File

@ -496,3 +496,4 @@ VideoJS.player.extend({
this.addVideoListener("ended", fn); return this;
}
});

View File

@ -184,3 +184,4 @@ Function.prototype.rEvtContext = function(obj, funcParent){
}
return this.evtContext(obj);
};

View File

@ -12,3 +12,4 @@ if (window.jQuery) {
};
})(jQuery);
}

View File

@ -359,3 +359,4 @@ if(VideoJS.isIE()) { document.createElement("video"); }
// Expose to global
window.VideoJS = window._V_ = VideoJS;