1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-03 17:35:46 +01:00

Update the documentation of config.dialogs.

This commit is contained in:
Štěpán Němec
2011-07-27 18:13:40 +02:00
parent d5a47dc949
commit 9935d93b68

View File

@@ -334,10 +334,12 @@ var ConfigBase = Class("ConfigBase", {
/**
* @property {Object} A map of dialogs available via the
* :dialog command. Property names map dialog names to an array
* as follows:
* with the following elements:
* [0] description - A description of the dialog, used in
* command completion results for :dialog.
* [1] action - The function executed by :dialog.
* [2] test - Function which returns true if the dialog is available in
* the current window. @optional
*/
dialogs: {},