Fixed whitespace conformity in events.js

This commit is contained in:
Travis Weston
2014-07-13 00:49:38 -04:00
parent 8cf3ab3dc9
commit 4b079a22f1
+1 -2
View File
@@ -438,8 +438,7 @@ var Events = {
});
}
Events._enemyAttackTimer =
setTimeout(Events.enemyAttack, scene.attackDelay * 1000);
Events._enemyAttackTimer = setTimeout(Events.enemyAttack, scene.attackDelay * 1000);
},
winFight: function() {