Pass through the "item" parameter to registerAceCommand callbacks.

This commit is contained in:
Xavid 2016-03-18 15:11:29 -04:00
parent c5638dd7e5
commit 56b851a46f
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ Shows the dropdown `div.popup` whose `id` equals `dropdown`.
Register a handler for a specific command. Commands are fired if the corresponding button is clicked or the corresponding select is changed.
## registerAceCommand(cmd, callback)
Creates an ace callstack and calls the callback with an ace instance: `callback(cmd, ace)`.
Creates an ace callstack and calls the callback with an ace instance (and a toolbar item, if applicable): `callback(cmd, ace, item)`.
Example:
```