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

Klass doesn't work in strict mode. #29

Open
nicbell opened this issue Dec 2, 2015 · 1 comment
Open

Klass doesn't work in strict mode. #29

nicbell opened this issue Dec 2, 2015 · 1 comment

Comments

@nicbell
Copy link

nicbell commented Dec 2, 2015

The 5th edition of ECMAScript (ES5) forbids use of arguments.callee() in strict mode.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments/callee

@ded
Copy link
Owner

ded commented Dec 2, 2015

this is an artifact of an older implementation. I'm fairly certain we can change that line to fn.extend = extend now.

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

No branches or pull requests

2 participants