Updating all files to adhere to the JSHint settings and fixing lots of documentation errors on the way.

This commit is contained in:
photonstorm
2013-11-25 03:13:04 +00:00
parent 373b97648d
commit 13a2cc2feb
68 changed files with 4622 additions and 4628 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ Phaser.Timer.prototype = {
for (var i = 0, len = this.events.length; i < len; i++)
{
if (this.events[i].dispatched == false && seconds >= this.events[i].delay)
if (this.events[i].dispatched === false && seconds >= this.events[i].delay)
{
this.events[i].dispatched = true;
// this.events[i].callback.apply(this.events[i].callbackContext, this.events[i].args);