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

Deprecate ember create keys #11511

Merged
merged 2 commits into from
Jun 21, 2015

Conversation

stefanpenner
Copy link
Member

No description provided.

@stefanpenner
Copy link
Member Author

@rwjblue as per request.

Also, unsure if this is labelled correct

@rwjblue
Copy link
Member

rwjblue commented Jun 19, 2015

👍 - And labeled just fine, thank you!

@@ -32,3 +32,14 @@ QUnit.test('SEMVER_REGEX properly validates and invalidates version numbers', fu
validateVersionString('1.11', false);
});

QUnit.test('Ember.keys is deprecated', function(){
Copy link
Member

Choose a reason for hiding this comment

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

Missing a space after function() here.

@stefanpenner stefanpenner force-pushed the deprecate-ember-create-keys branch 4 times, most recently from 3eff276 to e7efd45 Compare June 19, 2015 15:12
expectDeprecation(function() {
Ember.keys({});
}, 'Ember.create is deprecated in-favour of Object.create');
})
Copy link
Member

Choose a reason for hiding this comment

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

Missing semicolon (causing JSHint failure).

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.

3 participants