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
@@ -5,7 +5,7 @@
<script type="text/javascript">
(function () {
var game = new Phaser.Game(800, 600, Phaser.AUTO, '', { preload: preload, create: create });
@@ -42,7 +42,7 @@
}
})();
</script>
<?php