Skip to content

Commit

Permalink
Merge pull request knockout#384 from GilesBradshaw/MissingKo
Browse files Browse the repository at this point in the history
Ko missing in spec
  • Loading branch information
SteveSanderson committed Mar 20, 2012
2 parents bc98894 + 868477f commit 440a933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bindingAttributeBehaviors.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ describe('Binding attribute syntax', {
ko.bindingHandlers.test = { init: function () { initCalls++ } };
ko.virtualElements.allowedBindings['test'] = true;

testNode.innerHTML = "Hello <!-- if: true --><!-- ko test: false -->Some text<!-- /ko --><!-- /ko --> Goodbye"
testNode.innerHTML = "Hello <!-- ko if: true --><!-- ko test: false -->Some text<!-- /ko --><!-- /ko --> Goodbye"
ko.applyBindings(null, testNode);

value_of(initCalls).should_be(1);
Expand Down

0 comments on commit 440a933

Please sign in to comment.