muu

DEPRECATED lightweight JS framework
git clone https://git.ce9e.org/muu.git

commit
4add8a3841e8ad96fe1e796a47565b8b3e24d11b
parent
90a62f3a3bf0574c3e3b351f873c01c8c29aef96
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-08-28 06:14
Fixup d64807a7

Diffstat

M src/muu-dom-helpers.js 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/src/muu-dom-helpers.js b/src/muu-dom-helpers.js

@@ -107,7 +107,7 @@ define(['muu-js-helpers'], function(_) {
  107   107     $.destroy = function(element, fn) {
  108   108         var unregister;
  109   109 
  110    -1         if (false) {
   -1   110         if (!!window.MutationObserver) {
  111   111             var observer = new MutationObserver(function() {
  112   112                 if (!$.isDescendant(element, document)) {
  113   113                     fn();