client/paging: fix unbinding endless pager

This commit is contained in:
rr- 2016-08-24 10:55:31 +02:00
parent 2ef63fcc7a
commit 263d4f3626

View file

@ -36,6 +36,12 @@ class EndlessPageView {
}
});
this._probePageLoad(ctx);
views.monitorNodeRemoval(this._pagesHolderNode, () => this._destroy());
}
_destroy() {
this._active = false;
}
_probePageLoad(ctx) {