Update Tile.js

This commit is contained in:
svipal 2020-02-08 11:51:14 +01:00 committed by GitHub
parent 4ca9f5dbf1
commit 7ba3771045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,6 @@ var Rectangle = require('../geom/rectangle');
* support multiple tileset sizes within one map, but they are still placed at intervals of the * support multiple tileset sizes within one map, but they are still placed at intervals of the
* base tile height. * base tile height.
*/ */
var Tile = new Class({ var Tile = new Class({
Mixins: [ Mixins: [
@ -275,7 +274,6 @@ var Tile = new Class({
* @since 3.0.0 * @since 3.0.0
*/ */
this.physics = {}; this.physics = {};
}, },
/** /**