Skip to content

Commit 2b57749

Browse files
author
Steve Orvell
authored
Merge pull request #82 from valdrinkoshi/unobservenodes
add unobserveNodes placeholder
2 parents dc4f2b7 + 62775a3 commit 2b57749

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/compat-dom-utils.html

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
e.observeNodes = function() {};
2323

24+
e.unobserveNodes = function() {};
25+
2426
e.deepContains = function(node) {
2527
if (this.contains(node)) {
2628
return true;

0 commit comments

Comments
 (0)