Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commands can be added multiple times  #39

@kans

Description

@kans

eg:

javascript
atom.commands.add("atom-workspace", {"mycommand": function f() {}});

The function f will be called as many times as the command is registered. The expected behavior is that add is idempotent - dispatching the function only once.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions