You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tips.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: Tips 'n Tricks
6
6
# Tips 'n Tricks
7
7
8
8
### Event delegation and DOM events
9
-
Hammer is able to trigger DOM events with the option `domEvents: true`. This will give your methods like `stopPropagation()`, so you can use event delgation. Hammer will not unbind the bound events.
9
+
Hammer is able to trigger DOM events with the option `domEvents: true`. This will give your methods like `stopPropagation()`, so you can use event delegation. Hammer will not unbind the bound events.
10
10
11
11
### Try to avoid vertical pan/swipe
12
12
Vertical panning is used to scroll your page, and some (older) browsers don't send events so Hammer isn't
0 commit comments