Skip to content

Commit

Permalink
More () cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jswanner committed Mar 23, 2012
1 parent 586b051 commit 85419de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/3-counter.html
Expand Up @@ -20,7 +20,7 @@ <h1>Simple counter</h1>
this.count(current + 1);
};
};
ko.applyBindings(new Counter());
ko.applyBindings(new Counter);
</script>
</div>
</body>
Expand Down

0 comments on commit 85419de

Please sign in to comment.