0
0
Fork 0
This commit is contained in:
Eugen Rochko 2017-06-21 01:37:15 +02:00 committed by GitHub
parent 31cd649041
commit 946a166791
2 changed files with 0 additions and 15 deletions

View file

@ -37,13 +37,6 @@ class IntersectionObserverWrapper {
}
}
unobserve (id, node) {
if (this.observer) {
delete this.callbacks[id];
this.observer.unobserve(node);
}
}
disconnect () {
if (this.observer) {
this.observer.disconnect();