mirror of
https://github.com/wassname/phaser.git
synced 2026-09-10 12:29:30 +08:00
The entire Phaser library has been updated to match the new JSHint configuration.
This commit is contained in:
+1
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user