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
@@ -7,7 +7,7 @@
var graphics;
(function () {
var game = new Phaser.Game(800, 600, Phaser.AUTO, '', { create: create });
@@ -59,7 +59,7 @@
}
})();
</script>
<?php