js-map-parser icon indicating copy to clipboard operation
js-map-parser copied to clipboard

Function Apply

Open edipper opened this issue 7 years ago • 0 comments

Hello, This is not an issue but more of a request or question. I have many unnamed functions which use "apply"...

this.Name = this.Name || { } ;
( function ()
{
     ...
}
).apply ( this.Name || { } );**

Does it make sense and would it be possible to assign "Name" to the name of the function in Javascript Map Parser instead of showing a "?". By the way, great tool.

Thanks.

edipper avatar Apr 26 '17 16:04 edipper