Skip to content

Commit 073be0e

Browse files
committed
Merge pull request hammerjs#30 from tammesalu/patch-1
Update tips.md
2 parents fe266c1 + 19026c7 commit 073be0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Tips 'n Tricks
66
# Tips 'n Tricks
77

88
### 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.
1010

1111
### Try to avoid vertical pan/swipe
1212
Vertical panning is used to scroll your page, and some (older) browsers don't send events so Hammer isn't

0 commit comments

Comments
 (0)