Skip to content

Commit

Permalink
Create empty binding
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Jan 2, 2010
1 parent 3e97cff commit 16e47db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions javascripts/json_store.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
this.log("The current cart: ", cart);
});

this.bind('update-cart', function() {

});

});

$(function() {
Expand Down

0 comments on commit 16e47db

Please sign in to comment.