Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change client.js to use utils.extractParams for params to array mapping #8

Closed
hoppula opened this issue Feb 3, 2015 · 0 comments
Closed

Comments

@hoppula
Copy link
Contributor

hoppula commented Feb 3, 2015

With previous version of page.js (up to new 1.6.0) Context's params used to be an array-like object, but after this change visionmedia/page.js#205 it's plain object, so the key order can be anything.

We need to change
https://github.com/SC5/cerebellum/blob/master/lib/client.js#L48 to use utils.extractParams like server.js does before updating to page.js 1.6.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant