Closed dmp42 closed 12 years ago
Klaus Reimer » console-shim #5 SUCCESS This pull request looks good (what's this?)
Thank you, gentle build bot :)
FWIW, I ran the tests in:
Unrelated: it seems that log4javascript fails at formatting strings.
Klaus Reimer » console-shim #6 SUCCESS This pull request looks good (what's this?)
Sorry for the late reaction. Strict mode and bind is now fixed.
Thanks!
Strict mode doesn't allow defining named functions out of global scope or top block of functions. Assigning wrap as an anonymous function fixes this.
Also, wrap.bind obviously is not defined in IE7 (and other browsers not support Function.prototype.bind). Changing the way the methods are wrapped fixes this.