Fluorine icon indicating copy to clipboard operation
Fluorine copied to clipboard

Add function name to existing anonymous functions

Open snowmantw opened this issue 11 years ago • 0 comments

From this:

var foo = function() {/.../}

to this:

var foo = function foo() {/.../}

snowmantw avatar Aug 14 '13 09:08 snowmantw