[Webkit-unassigned] [Bug 145132] [ES6] Arrow function syntax. Arrow function specific features. Lexical bind "arguments"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 25 11:45:23 PST 2016


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

--- Comment #61 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 269753
  --> https://bugs.webkit.org/attachment.cgi?id=269753
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=269753&action=review

> Source/WebInspectorUI/UserInterface/Base/Object.js:61
> -        let wrappedCallback = () => {
> +        let wrappedCallback = function () {

Style Nit: "function ()" => "function()"

Good find!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160125/2027c092/attachment-0001.html>


More information about the webkit-unassigned mailing list