mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
7 lines
266 B
JavaScript
7 lines
266 B
JavaScript
(function(){var g={};
|
|
(function(window){%output%}.call(g,this));
|
|
if (typeof(module)!="undefined"&&module.exports)module.exports=g.shaka;
|
|
else if (typeof(define)!="undefined" && define.amd)define(function(){return g.shaka});
|
|
else this.shaka=g.shaka;
|
|
}).call(window);
|