mirror of
https://github.com/videojs/video.js.git
synced 2025-11-06 09:19:15 +02:00
Removed global plugin reference object. Not needed.
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
goog.provide('vjs.plugin');
|
goog.provide('vjs.plugin');
|
||||||
|
|
||||||
vjs.plugins = {};
|
|
||||||
|
|
||||||
vjs.plugin = function(name, init){
|
vjs.plugin = function(name, init){
|
||||||
vjs.Player.prototype[name] = init;
|
vjs.Player.prototype[name] = init;
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user