js-map-parser
js-map-parser copied to clipboard
Function Apply
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.