muu

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

commit
37a7b1581e8f4c5cbb78021371cacc60dd24902e
parent
5aef968f3a79bb79a9efeeb2f8e1f19a7fee2c3b
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-09-10 12:16
Fixup 890cf42

Diffstat

M test/test-update-dom.js 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/test/test-update-dom.js b/test/test-update-dom.js

@@ -103,7 +103,7 @@ define(['muu-update-dom'], function(updateDOM) {
  103   103             source.innerHTML = '<div class="muu-isolate"><span>huhu</span></div>';
  104   104             target.innerHTML = '<div class="muu-isolate"><div>haha</div></div>';
  105   105             updateDOM(target, source);
  106    -1             expect(n(target.innerHTML)).to.be('<div class="muu-isolate"><div>haha</div></div>');
   -1   106             expect(n(target.innerHTML)).to.contain('<div>haha</div>');
  107   107         });
  108   108         it('does change attributes of .muu-isolate', function() {
  109   109             source.innerHTML = '<div class="muu-isolate" data-name="foo"></div>';