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

reuse meta for didUnwatch and willWatch in alias descriptor #15691

Merged
merged 1 commit into from
Oct 5, 2017

Conversation

bekzod
Copy link
Contributor

@bekzod bekzod commented Oct 2, 2017

No description provided.

let hasOwnProperty = (obj, key) => Object.prototype.hasOwnProperty.call(obj, key);

let propertyIsEnumerable = (obj, key) => Object.prototype.propertyIsEnumerable.call(obj, key);
const hasOwnProperty = (obj, key) => Object.prototype.hasOwnProperty.call(obj, key);
Copy link
Member

Choose a reason for hiding this comment

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

changing these to const is breaking CI...

const is only allowed in module scope

@rwjblue rwjblue merged commit a20a784 into emberjs:master Oct 5, 2017
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