klass
klass copied to clipboard
Klass doesn't work in strict mode.
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
this is an artifact of an older implementation. I'm fairly certain we can change that line to fn.extend = extend now.