mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Fix bug in all JS files.
This commit is contained in:
parent
cde45d8766
commit
0ffec094a1
18 changed files with 796 additions and 740 deletions
4
dist/phaser-arcade-physics.js
vendored
4
dist/phaser-arcade-physics.js
vendored
|
@ -42253,7 +42253,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
@ -227943,4 +227943,4 @@ module.exports = {
|
|||
/******/ return __webpack_exports__;
|
||||
/******/ })()
|
||||
;
|
||||
});
|
||||
});
|
||||
|
|
4
dist/phaser-ie9.js
vendored
4
dist/phaser-ie9.js
vendored
|
@ -42253,7 +42253,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
@ -246438,4 +246438,4 @@ module.exports = {
|
|||
/******/ return __webpack_exports__;
|
||||
/******/ })()
|
||||
;
|
||||
});
|
||||
});
|
||||
|
|
2
dist/phaser.esm.js
vendored
2
dist/phaser.esm.js
vendored
|
@ -42241,7 +42241,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
|
4
dist/phaser.js
vendored
4
dist/phaser.js
vendored
|
@ -42253,7 +42253,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
@ -245996,4 +245996,4 @@ module.exports = {
|
|||
/******/ return __webpack_exports__;
|
||||
/******/ })()
|
||||
;
|
||||
});
|
||||
});
|
||||
|
|
4
plugins/spine/dist/SpineCanvasPlugin.js
vendored
4
plugins/spine/dist/SpineCanvasPlugin.js
vendored
|
@ -21167,7 +21167,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
@ -50775,4 +50775,4 @@ module.exports = Pad;
|
|||
/******/ window.SpinePlugin = __webpack_exports__;
|
||||
/******/
|
||||
/******/ })()
|
||||
;
|
||||
;
|
||||
|
|
4
plugins/spine/dist/SpineCanvasPluginDebug.js
vendored
4
plugins/spine/dist/SpineCanvasPluginDebug.js
vendored
|
@ -20856,7 +20856,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
@ -50929,4 +50929,4 @@ module.exports = Pad;
|
|||
/******/
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=SpineCanvasPluginDebug.js.map
|
||||
//# sourceMappingURL=SpineCanvasPluginDebug.js.map
|
||||
|
|
File diff suppressed because one or more lines are too long
4
plugins/spine/dist/SpinePlugin.js
vendored
4
plugins/spine/dist/SpinePlugin.js
vendored
|
@ -24000,7 +24000,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
@ -53763,4 +53763,4 @@ module.exports = Pad;
|
|||
/******/ window.SpinePlugin = __webpack_exports__;
|
||||
/******/
|
||||
/******/ })()
|
||||
;
|
||||
;
|
||||
|
|
4
plugins/spine/dist/SpinePluginDebug.js
vendored
4
plugins/spine/dist/SpinePluginDebug.js
vendored
|
@ -24202,7 +24202,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
@ -54730,4 +54730,4 @@ module.exports = Pad;
|
|||
/******/
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=SpinePluginDebug.js.map
|
||||
//# sourceMappingURL=SpinePluginDebug.js.map
|
||||
|
|
2
plugins/spine/dist/SpinePluginDebug.js.map
vendored
2
plugins/spine/dist/SpinePluginDebug.js.map
vendored
File diff suppressed because one or more lines are too long
4
plugins/spine/dist/SpineWebGLPlugin.js
vendored
4
plugins/spine/dist/SpineWebGLPlugin.js
vendored
|
@ -23501,7 +23501,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
@ -53153,4 +53153,4 @@ module.exports = Pad;
|
|||
/******/ window.SpinePlugin = __webpack_exports__;
|
||||
/******/
|
||||
/******/ })()
|
||||
;
|
||||
;
|
||||
|
|
4
plugins/spine/dist/SpineWebGLPluginDebug.js
vendored
4
plugins/spine/dist/SpineWebGLPluginDebug.js
vendored
|
@ -23196,7 +23196,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
@ -53313,4 +53313,4 @@ module.exports = Pad;
|
|||
/******/
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=SpineWebGLPluginDebug.js.map
|
||||
//# sourceMappingURL=SpineWebGLPluginDebug.js.map
|
||||
|
|
File diff suppressed because one or more lines are too long
4
plugins/spine4.1/dist/SpineCanvasPlugin.js
vendored
4
plugins/spine4.1/dist/SpineCanvasPlugin.js
vendored
|
@ -22218,7 +22218,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
@ -51826,4 +51826,4 @@ module.exports = Pad;
|
|||
/******/ window.SpinePlugin = __webpack_exports__;
|
||||
/******/
|
||||
/******/ })()
|
||||
;
|
||||
;
|
||||
|
|
4
plugins/spine4.1/dist/SpinePluginDebug.js
vendored
4
plugins/spine4.1/dist/SpinePluginDebug.js
vendored
|
@ -34952,7 +34952,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
@ -65480,4 +65480,4 @@ module.exports = Pad;
|
|||
/******/
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=SpinePluginDebug.js.map
|
||||
//# sourceMappingURL=SpinePluginDebug.js.map
|
||||
|
|
File diff suppressed because one or more lines are too long
4
plugins/spine4.1/dist/SpineWebGLPlugin.js
vendored
4
plugins/spine4.1/dist/SpineWebGLPlugin.js
vendored
|
@ -24960,7 +24960,7 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
pipeline.controller = fx;
|
||||
if (pipeline) pipeline.controller = fx;
|
||||
|
||||
return fx;
|
||||
}
|
||||
|
@ -54612,4 +54612,4 @@ module.exports = Pad;
|
|||
/******/ window.SpinePlugin = __webpack_exports__;
|
||||
/******/
|
||||
/******/ })()
|
||||
;
|
||||
;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue