forked from mystiq/hydrogen-web
dont need this anymore
This commit is contained in:
parent
86d60496c0
commit
56699baaf1
1 changed files with 0 additions and 2 deletions
|
@ -49,9 +49,7 @@ export class BaseTileViewModel extends ViewModel {
|
||||||
if (!this._isOpen) {
|
if (!this._isOpen) {
|
||||||
this._isOpen = true;
|
this._isOpen = true;
|
||||||
this.emitChange("isOpen");
|
this.emitChange("isOpen");
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
get isOpen() {
|
get isOpen() {
|
||||||
|
|
Loading…
Reference in a new issue