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

Fix #569 #574

Merged
merged 1 commit into from
Aug 25, 2014
Merged

Fix #569 #574

merged 1 commit into from
Aug 25, 2014

Conversation

paf31
Copy link
Contributor

@paf31 paf31 commented Aug 25, 2014

@garyb Could you please review this? Sort of surprising that this lasted so long, but binary operators in JS are associated left-to-right, not right-to-left.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling db4fd45 on 569 into 2e0559b on master.

@garyb
Copy link
Member

garyb commented Aug 25, 2014

Looks good. Not all binary operators are left associative, but since we handle assignments separately I think it's fine.

paf31 added a commit that referenced this pull request Aug 25, 2014
@paf31 paf31 merged commit 6409289 into master Aug 25, 2014
@paf31 paf31 deleted the 569 branch August 25, 2014 15:51
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.

None yet

3 participants