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

Won't work with "use strict" #1

Closed
jinder opened this issue Jun 29, 2014 · 1 comment
Closed

Won't work with "use strict" #1

jinder opened this issue Jun 29, 2014 · 1 comment

Comments

@jinder
Copy link

jinder commented Jun 29, 2014

Hi - great work on this library!

Just noticed an issue with your extendDeep function, that prevents it working in strict mode because you're using arguments.callee. The exception I'm getting in chrome is:

"TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them"

nissoh referenced this issue Jul 1, 2014
- Ace added to bower json

Closes #6565
@nissoh
Copy link
Owner

nissoh commented Jul 1, 2014

Thanks. fixed (:

@nissoh nissoh closed this as completed Jul 1, 2014
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