1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-04 11:43:27 +02:00

Removed global plugin reference object. Not needed.

This commit is contained in:
Steve Heffernan 2013-02-04 13:56:50 -08:00
parent 1d79a1fa26
commit 6d90be9967

View File

@ -1,7 +1,5 @@
goog.provide('vjs.plugin');
vjs.plugins = {};
vjs.plugin = function(name, init){
vjs.Player.prototype[name] = init;
};