Fluorine
Fluorine copied to clipboard
Add function name to existing anonymous functions
From this:
var foo = function() {/.../}
to this:
var foo = function foo() {/.../}