Skip to content

Commit

Permalink
Merge pull request #82 from valdrinkoshi/unobservenodes
Browse files Browse the repository at this point in the history
add unobserveNodes placeholder
  • Loading branch information
Steve Orvell authored Aug 24, 2016
2 parents dc4f2b7 + 62775a3 commit 2b57749
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/compat-dom-utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

e.observeNodes = function() {};

e.unobserveNodes = function() {};

e.deepContains = function(node) {
if (this.contains(node)) {
return true;
Expand Down

0 comments on commit 2b57749

Please sign in to comment.