Skip to content

Commit f2f3005

Browse files
committed
Merge pull request #79 from kyleguate/patch-1
Update README.markdown
2 parents 55eb3d0 + 01cc911 commit f2f3005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Here is an example of using both the bind and helper method syntax:
1111

1212
```js
1313
// using bind
14-
$('#my_elem').bind('mousewheel', function(event, delta, deltaX, deltaY) {
14+
$('#my_elem').on('mousewheel', function(event, delta, deltaX, deltaY) {
1515
console.log(delta, deltaX, deltaY);
1616
});
1717

0 commit comments

Comments
 (0)