Skip to content

Commit

Permalink
fix typo in test that made it not load in PhantomJS
Browse files Browse the repository at this point in the history
  • Loading branch information
mbest committed Nov 17, 2015
1 parent c03e0e3 commit 5bd6fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defaultBindings/foreachBehaviors.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ describe('Binding: Foreach', function() {
ko.removeNode(elem);
}
};
ko.applyBindings({ planets: planets, beforeRemove, beforeRemove }, testNode);
ko.applyBindings({ planets: planets, beforeRemove: beforeRemove }, testNode);
expect(testNode).toContainText('--Mercury++--Venus++--Earth++--Moon++--Ceres++');

// Remove an item; the surrounding text nodes are removed immediately, but not the element node
Expand Down

0 comments on commit 5bd6fa5

Please sign in to comment.