Skip to content

Function Apply #14

Description

@edipper

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions