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

Changed extend function to allow access to overridden methods with: this._super() #3254

Closed
wants to merge 1 commit into from

Conversation

jasonmng
Copy link

This is a mix of John Resig's Inheritance seen here http://ejohn.org/blog/simple-javascript-inheritance/ and what was already there. This allows you to use this._super() to access overridden members.

@akre54
Copy link
Collaborator

akre54 commented Aug 1, 2014

Hey @jasonmng, I'm closing this as a duplicate since it's been discussed a few times before. See #2527, #787, #973 to name a few.

@akre54 akre54 closed this Aug 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants