The entire Phaser library has been updated to match the new JSHint configuration.

This commit is contained in:
photonstorm
2013-11-25 04:40:04 +00:00
parent 13a2cc2feb
commit 299115ca5d
74 changed files with 4992 additions and 4977 deletions
+1 -2
View File
@@ -5,7 +5,6 @@
* @module Phaser.Tile
*/
/**
* Create a new <code>Tile</code>.
*
@@ -205,7 +204,7 @@ Object.defineProperty(Phaser.Tile.prototype, "right", {
* However it does affect the width property.
* @method right
* @return {number}
*/
*/
get: function () {
return this.x + this.width;
}