You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect: that params should include the query params in the params object
I get: that the query params are on the params object, but under a key "undefined"
For example:
This strikes me as a poor namespace to place the query params under. However, maybe I'm setting this up wrong. Is this the expected behaviour of this plugin?
The text was updated successfully, but these errors were encountered:
This looks like a bug. If the route is #foo?a=b then the params hash should look like {a: 'b'}. I'm not sure how this plugin functions under backbone 1.1 as I have not tested that so that could be the problem. Feel free to submit a pull request.
I have tried out this plugin,
I expect: that params should include the query params in the params object
I get: that the query params are on the params object, but under a key "undefined"
For example:
This strikes me as a poor namespace to place the query params under. However, maybe I'm setting this up wrong. Is this the expected behaviour of this plugin?
The text was updated successfully, but these errors were encountered: