You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,8 +22,8 @@ function _possibleConstructorReturn(self, call) { if (!self) { throw new Referen
24
22
25
23
function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function, not "+typeofsuperClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor: {value: subClass,enumerable: false,writable: true,configurable: true}});if(superClass)Object.setPrototypeOf ? Object.setPrototypeOf(subClass,superClass) : subClass.__proto__=superClass;}
26
24
27
-
varManifestLoader=function(_Plugin){
28
-
_inherits(ManifestLoader,_Plugin);
25
+
varManifestLoader=function(_Phaser$Plugin){
26
+
_inherits(ManifestLoader,_Phaser$Plugin);
29
27
30
28
functionManifestLoader(){
31
29
_classCallCheck(this,ManifestLoader);
@@ -81,6 +79,6 @@ var ManifestLoader = function (_Plugin) {
0 commit comments