Skip to content

Commit 6771c65

Browse files
committed
Removed trailing whitespace.
1 parent 8fefabc commit 6771c65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tilemap/Tilemap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Phaser.Tilemap = function (game, key, tileWidth, tileHeight, width, height) {
104104
/**
105105
* @property {array} imagecollections - An array of Image Collections.
106106
*/
107-
this.imagecollections = data.imagecollections;
107+
this.imagecollections = data.imagecollections;
108108

109109
/**
110110
* @property {array} tiles - The super array of Tiles.

0 commit comments

Comments
 (0)