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

Removes sidebar update class #631

Merged
merged 2 commits into from
Apr 16, 2015
Merged

Removes sidebar update class #631

merged 2 commits into from
Apr 16, 2015

Conversation

darylhedley
Copy link
Contributor

Also stringifies options object so it can work with nodejs v0.12

fixes #630

Also stringifies options object so it can work with nodejs v0.12

fixes #630
@@ -47,6 +47,7 @@ function initialize () {
var options = _.keys(req.body).length
? req.body
: req.query;
var options = JSON.stringify(options);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could remove the var. Already declared in line above var options = _.keys(req.body).length.
+1 apart from that

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@darylhedley - actually, can you remove this bit? I think this is related to the issues with node v0.12, but we're only supporting 0.10.33 at the moment, and this workaround needs a closer look.

@brian-learningpool
Copy link
Member

+1

1 similar comment
@finbartracey1
Copy link
Contributor

+1

brian-learningpool added a commit that referenced this pull request Apr 16, 2015
@brian-learningpool brian-learningpool merged commit d61bdc4 into develop Apr 16, 2015
@brian-learningpool brian-learningpool deleted the issue/#630 branch April 27, 2015 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants