Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 17f1550

Browse files
committed
Fix IE
1 parent 1e78b2c commit 17f1550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ suite('Text bindings', function() {
8080
});
8181

8282
test('Observer is Model', function() {
83-
var text = document.createTextNode();
83+
var text = document.createTextNode('');
8484
var model = {a: { b: { c: 1}}};
8585
var observer = new PathObserver(model, 'a.b.c');
8686

0 commit comments

Comments
 (0)