Skip to content

Commit

Permalink
Refactored to set the stopOnHover options to true
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 9, 2010
1 parent 541f426 commit 860b45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/item_hover.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$(document).ready(function() {
$("div.list_item").scrollingHoverable();
$("div.list_item").scrollingHoverable({stopOnHover: true});
});

0 comments on commit 860b45f

Please sign in to comment.