mirror of
https://github.com/wassname/phaser.git
synced 2026-08-14 12:40:17 +08:00
Fixed Game.boot syntax error.
This commit is contained in:
+1
-1
@@ -11311,7 +11311,7 @@ var Phaser;
|
||||
this.onUpdateCallback = updateCallback;
|
||||
this.onRenderCallback = renderCallback;
|
||||
if(document.readyState === 'complete' || document.readyState === 'interactive') {
|
||||
setTimeout(function (parent, width, height) {
|
||||
setTimeout(function () {
|
||||
return _this.boot(parent, width, height);
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user