You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: