Fixed Game.boot syntax error.

This commit is contained in:
Richard Davey
2013-04-24 09:37:29 +01:00
parent 33882ae5d1
commit 53d8e4da2e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 {