emberjs-addons / ember-touch

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

Delegates documentation incorrect #10

Closed kzgolden-pba closed 12 years ago

kzgolden-pba commented 12 years ago

It appears that simply creating a GestureDelegate object is not enough for views to be able to find delegates by their name. I had to add the following line to my code to get it to work:

Em.GestureDelegates.add(delegateIjustCreated);

ppcano commented 12 years ago

Updated Wiki Page, just let me know if there is any doc which could be improved.