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

[1.13.0.beta1] Don’t stop iteration on first :class in classNameBindings #11194

Merged
merged 1 commit into from
May 18, 2015

Conversation

mitchlloyd
Copy link
Contributor

Fix for issue #11193.

@mitchlloyd mitchlloyd changed the title [1.13.0.beta1] Don’t stop iteration on first :class in classNameBindings (WIP) [1.13.0.beta1] Don’t stop iteration on first :class in classNameBindings May 17, 2015
run(function() { view.createElement(); });

equal(view.$().attr('class'), 'ember-view class-one class-two', "both classes are added");
})
Copy link
Member

Choose a reason for hiding this comment

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

jshint demands a ;

Copy link
Contributor Author

Choose a reason for hiding this comment

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

JSHint cramping my style again. Fixed.

@mixonic
Copy link
Member

mixonic commented May 18, 2015

Thanks man :-)

mixonic added a commit that referenced this pull request May 18, 2015
[1.13.0.beta1] Don’t stop iteration on first :class in classNameBindings
@mixonic mixonic merged commit cebcd8b into emberjs:master May 18, 2015
@mixonic
Copy link
Member

mixonic commented May 18, 2015

Drat. I should have been more militant about using [BUGFIX beta] in the commit and on this issue @mitchlloyd.

@rwjblue please note this for inclusion in beta!

@mitchlloyd
Copy link
Contributor Author

Well, good to know I'll try to keep that in mind going forward.

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.

2 participants