Removed the self-executing functions

This commit is contained in:
Webeled
2013-10-07 21:32:34 +01:00
parent 77b553ac2a
commit 1a522ea786
106 changed files with 212 additions and 212 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
<script type="text/javascript">
(function () {
var game = new Phaser.Game(800, 600, Phaser.CANVAS, '', { preload: preload, create: create,render:render});
@@ -69,7 +69,7 @@
game.debug.renderText('Drag each part to re-position them. ', 288, 592);
}
})();
</script>