- commit
- ef3a68fddaa418453938cb1810ce95d5ea6089a3
- parent
- c4079808349daed76c33409cc67f4972a0eeb51e
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-08-22 18:18
Fix invalid template
Diffstat
| M | test/test-directive.js | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-directive.js b/test/test-directive.js
@@ -57,7 +57,7 @@ define(['muu-directive', 'muu-js-helpers', 'muu-dom-helpers'], function(Directiv 57 57 }); 58 58 it('triggers the "muu-parent-update" event on child directives', function() { 59 59 var element = document.createElement('div');60 -1 var template = '<muu class="muu-initialised">';-1 60 var template = '<muu class="muu-initialised"></muu>'; 61 61 var directive = new Directive(element, template, registry); 62 62 directive.update({}); 63 63