mirror of
https://github.com/wassname/phaser.git
synced 2026-07-08 00:10:32 +08:00
Updating all files to adhere to the JSHint settings and fixing lots of documentation errors on the way.
This commit is contained in:
+1
-1
@@ -326,7 +326,7 @@ Phaser.Utils.Debug.prototype = {
|
||||
upColor = upColor || 'rgba(255,0,0,0.5)';
|
||||
color = color || 'rgb(255,255,255)';
|
||||
|
||||
if (hideIfUp == true && pointer.isUp == true)
|
||||
if (hideIfUp === true && pointer.isUp === true)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user