Files
shaka-player/build/wrapper.template.js
T

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);