[Webkit-unassigned] [Bug 20141] Cannot call pointer to function console.log

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 14 14:03:51 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=20141





--- Comment #33 from Timothy Hatcher <timothy at apple.com>  2013-04-14 14:02:05 PST ---
There is no reason to feature detect. You can unconditionally do `console.log = console.log.bind(console)`.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list