Skip to content

Commit 304032a

Browse files
committed
README Clarity
1 parent 2c0747e commit 304032a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,7 @@ For each occurrence of `HammerTouchArea` in your templates, chriswessels:hammer
167167

168168
If you have provided a `configureCallback`, this is callback executed and passed the `Hammer.Manager` instance. The return value of the callback is set to the instance of `Hammer.Manager` attached to the `HammerTouchArea`'s `Blaze.TemplateInstance`.
169169

170-
The gesture map that you pass into `HammerTouchArea` via the `gestureMap` property is parsed, and a series of generic event-specific callbacks are attached to the `Hammer.Manager` instance.
171-
172-
When these fire (as a result of touch actions being performed on the template DOM), they determine whether any of the touch behaviour current matches the selectors you specified in the gesture map, and if so, your callbacks are fired.
170+
The gesture map that you pass into `HammerTouchArea` via the `gestureMap` property is parsed, and a series of generic gesture callbacks are attached to the `Hammer.Manager` instance. When these fire (as a result of touch actions being performed on the template DOM), they determine whether any of the current touch behaviour matches the selectors you specified in the gesture map, and if so, your callbacks are fired.
173171

174172
## License
175173

0 commit comments

Comments
 (0)