We no longer pass it the controller.

This commit is contained in:
Guo Xiang Tan 2016-06-16 17:12:45 +08:00
parent adecdbee56
commit a74291c91a
No known key found for this signature in database
GPG Key ID: 19C321C8952B0F72
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ class PluginApi {
* Example:
*
* ```
* api.addToolbarPopupMenuOptionsCallback(function(controller) {
* api.addToolbarPopupMenuOptionsCallback(function() {
* return {
* action: 'toggleWhisper',
* icon: 'eye-slash',