Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chalbert committed Apr 6, 2012
1 parent a6ab306 commit e14d7e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ view context.

var View = Backbone.View.extend({
subscriptions: {
'item:select: 'enable', // calls this.enable
'item:unselect: function(){...}
'item:select': 'enable', // calls this.enable
'item:unselect': function(){...}
}
});

Expand Down

0 comments on commit e14d7e7

Please sign in to comment.