emberjs-addons / ember-touch

A lightweight library for building and using touch gestures with Ember Applications
MIT License
182 stars 28 forks source link

Fixed interval scoping issue in tap gesture recognizer for multiple taps #6

Closed zeppelin closed 12 years ago

zeppelin commented 12 years ago

The interval running this._intervalFired attached to window was never cleared, nor did it set the _waitingForMoreTouches to false.

I'm not much of a JS sorcerer, so you may find a more elegant solution. Seems that is solves the problem though.

ppcano commented 12 years ago

Closing it, in favor of last merge.