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

Commit

Permalink
Fix IE
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Aug 30, 2013
1 parent 1e78b2c commit 17f1550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ suite('Text bindings', function() {
});

test('Observer is Model', function() {
var text = document.createTextNode();
var text = document.createTextNode('');
var model = {a: { b: { c: 1}}};
var observer = new PathObserver(model, 'a.b.c');

Expand Down

0 comments on commit 17f1550

Please sign in to comment.