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 direct use of CoreView #10585

Merged
merged 1 commit into from
Mar 8, 2015
Merged

Conversation

wagenet
Copy link
Member

@wagenet wagenet commented Mar 7, 2015

I'm not 100% sure this is worth it since we do plan to deprecate View altogether.

@wagenet wagenet added the Cleanup label Mar 7, 2015
@@ -153,4 +154,12 @@ CoreView.reopenClass({
isViewClass: true
});

export var DeprecatedCoreView = CoreView.extend({
init: function() {
console.log('init');
Copy link
Member

Choose a reason for hiding this comment

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

Extra console.log here

@stefanpenner
Copy link
Member

+1 other then test failure + what @rwjblue mentioned

@wagenet
Copy link
Member Author

wagenet commented Mar 8, 2015

Fixed the console.log.

rwjblue added a commit that referenced this pull request Mar 8, 2015
@rwjblue rwjblue merged commit b5b8d19 into emberjs:master Mar 8, 2015
@wagenet
Copy link
Member Author

wagenet commented Mar 20, 2015

@rwjblue Should this have a deprecation link?

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.

3 participants