You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
kans
added a commit
to Floobits/floobits-atom
that referenced
this issue
Apr 27, 2015
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.
The text was updated successfully, but these errors were encountered: