parent
31cd649041
commit
946a166791
2 changed files with 0 additions and 15 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue