chore: tidy

This commit is contained in:
cha0s 2019-05-03 23:27:23 -05:00
parent 2eefd555bf
commit f405133b51

View File

@ -80,14 +80,6 @@ class PositionedBase extends Trait {
}
}
// get position() {
// return this._position;
// }
// set position(position) {
// this._position = position;
// }
set relaxServerPositionConstraintIfNearerThan(nearerThan) {
this._relaxServerPositionConstraintIfNearerThan = nearerThan;
}