Skip to content

Commit 364f3b3

Browse files
committed
Formatting.
1 parent 893d36f commit 364f3b3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tilemap/Tileset.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ Phaser.Tileset.prototype = {
159159
* @public
160160
* @return {boolean} True if this tileset contains the given index.
161161
*/
162-
containsTileIndex: function (tileIndex)
163-
{
162+
containsTileIndex: function (tileIndex) {
164163

165164
return (
166165
tileIndex >= this.firstgid &&

0 commit comments

Comments
 (0)