1
0
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:
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

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

View File

@ -495,4 +495,5 @@ VideoJS.player.extend({
onEnded: function(fn){
this.addVideoListener("ended", fn); return this;
}
});
});

View File

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

View File

@ -11,4 +11,5 @@ if (window.jQuery) {
return this[0].player;
};
})(jQuery);
}
}

View File

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