-
Notifications
You must be signed in to change notification settings - Fork 183
Can we update jquery dependencies? #92
Comments
i found your comment. so we should consider/figure out that before. |
It looks like the attr/prop change was in jQuery 1.6. I think |
Oh, it already is |
I've gotten lost in a deep yak-shave on this one. This project tests against multiple sets of runtime dependencies. Unfortunately, Bower doesn't support multiple, parallel packages (cf bower/bower#867). That means that we need to have a whole slew of I'm going to try moving the build scripts around a little to reduce the noise. Maybe that will make testing on these newer versions of jQuery less painful. Blargh, JavaScript developer tools. |
poor james! sorry for all that... |
I just released v1.6.1, which relaxes the dependency to ">=1.7 <3". Note, however, that the latest release version of |
@jamesarosen thank you! |
The bower.json states a jquery ~1.7 dependency.
I read the code and found jQuery.isFunction, this.$().attr() and view.$(). It should work with a newer jQuery version. Maybe just change it to >=1.7
The text was updated successfully, but these errors were encountered: