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

dummy/components: Explicitly set attributeBindings to [] to test freezing #63

Merged
merged 2 commits into from
Jan 25, 2017

Conversation

Turbo87
Copy link
Collaborator

@Turbo87 Turbo87 commented Jan 25, 2017

This is the corresponding test case for #59

/cc @bgentry

@Turbo87 Turbo87 requested review from marcoow and pangratz January 25, 2017 16:38
import Ember from 'ember';

export default Ember.Component.extend({
attributeBindings: [],
Copy link
Contributor

Choose a reason for hiding this comment

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

It might be worth noting why you're doing this for your future self :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@bgentry good point, thanks. I've added a code comment explaining why we override this property.

@Turbo87 Turbo87 merged commit b6d28ee into mainmatter:master Jan 25, 2017
@Turbo87 Turbo87 deleted the frozen-attrs-test branch January 25, 2017 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants