Update LayerData.js

This commit is contained in:
svipal 2020-02-08 12:14:49 +01:00 committed by GitHub
parent a8719c5697
commit 71cf182d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
});