Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwilliams committed May 29, 2015
1 parent a44e25a commit 947bfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ $("container").on('itemfocus', function(item){
}
});

$("container").on('itemblurb', function(item){
$("container").on('itemblur', function(item){
item.el.css('background-color', 'white');
});
```
Expand Down

0 comments on commit 947bfe9

Please sign in to comment.