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 () {
function loadStarted(size) {
console.log('Loader started, queue size:', size);
@@ -43,7 +43,7 @@ game.load.onLoadComplete.add(loadCompleted, this);
})();
</script>