From 71cf182d97381569544c20ce2f19f3d904a704cd Mon Sep 17 00:00:00 2001 From: svipal <48034417+svipal@users.noreply.github.com> Date: Sat, 8 Feb 2020 12:14:49 +0100 Subject: [PATCH] Update LayerData.js --- src/tilemaps/mapdata/LayerData.js | 3 --- 1 file changed, 3 deletions(-) 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); - - } });