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.
Hello,
This is not an issue but more of a request or question. I have many unnamed functions which use "apply"...
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.