mirror of
https://github.com/wassname/phaser.git
synced 2026-08-17 11:23:42 +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
@@ -53,7 +53,7 @@ PIXI.CanvasRenderer.prototype.renderDisplayObject = function(displayObject)
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!displayObject.renderable || displayObject.alpha == 0)
|
||||
if (!displayObject.renderable || displayObject.alpha === 0)
|
||||
{
|
||||
displayObject = displayObject._iNext;
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user