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

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Jan 15, 2014
1 parent d327d8d commit 83f6811
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 @@ -2349,7 +2349,7 @@ suite('Template Instantiation', function() {
observer.observe(div, { childList: true });

template = div.firstChild;
template.bind('repeat', new PathObserver(m.slice(), ''));
template.model = m.slice();

}).then(function() {
records = observer.takeRecords();
Expand Down

0 comments on commit 83f6811

Please sign in to comment.