Closed eirikhm closed 10 years ago
First, thanks for the extension, appreciate being able to get this easily into Backbone.
However, I second what @eirikhm said. I was having strange behaviour when I realised that the hammer-jquery plugin actually expects hammer to be defined as hammerjs
. backbone.hammer is still expecting it to be defined as hammer
.
I just modified the code I downloaded as a dirty hack but would be stoked if the repo could have an updated release for this.
Ahh, thanks for info. I'll take a look today and will plan to release an update shortly.
See my comment in #6
The official name in the HammerJS bower config is "hammerjs".
They recently changed the import in the jQuery plugin to be "hammerjs" as well, which now leads to two includes with this plugin.