We no longer pass it the controller.
This commit is contained in:
parent
adecdbee56
commit
a74291c91a
|
@ -231,7 +231,7 @@ class PluginApi {
|
||||||
* Example:
|
* Example:
|
||||||
*
|
*
|
||||||
* ```
|
* ```
|
||||||
* api.addToolbarPopupMenuOptionsCallback(function(controller) {
|
* api.addToolbarPopupMenuOptionsCallback(function() {
|
||||||
* return {
|
* return {
|
||||||
* action: 'toggleWhisper',
|
* action: 'toggleWhisper',
|
||||||
* icon: 'eye-slash',
|
* icon: 'eye-slash',
|
||||||
|
|
Loading…
Reference in New Issue