Skip to content

Commit 13a72f9

Browse files
committed
lint fix
1 parent 2985a97 commit 13a72f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tilemaps/Tileset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ var Tileset = new Class({
186186
* @type {object}
187187
* @since 3.14.0
188188
*/
189-
this.tileIndexMap = null;
189+
this.tileIndexMap = null;
190190
},
191191

192192
/**

0 commit comments

Comments
 (0)