diff --git a/src/tilemaps/mapdata/LayerData.js b/src/tilemaps/mapdata/LayerData.js index 6f76f530f..e0bfda5bf 100644 --- a/src/tilemaps/mapdata/LayerData.js +++ b/src/tilemaps/mapdata/LayerData.js @@ -118,7 +118,6 @@ var LayerData = new Class({ */ this.orientation = GetFastValue(config, 'orientation', 'orthogonal'); - /** * The width in pixels of the entire layer. * @@ -217,8 +216,6 @@ var LayerData = new Class({ * @since 3.0.0 */ this.tilemapLayer = GetFastValue(config, 'tilemapLayer', null); - - } });