mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 06:35:46 +01:00
Document Map#id.
--HG-- extra : rebase_source : 2cbd2fe1cfee7446b4c07e13e0d22b7b00aaa25c
This commit is contained in:
@@ -50,6 +50,8 @@ var Map = Class("Map", {
|
||||
|
||||
get toStringParams() [this.modes.map(function (m) m.name), this.names.map(String.quote)],
|
||||
|
||||
/** @property {number} A unique ID for this mapping. */
|
||||
id: null,
|
||||
/** @property {number[]} All of the modes for which this mapping applies. */
|
||||
modes: null,
|
||||
/** @property {string[]} All of this mapping's names (key sequences). */
|
||||
|
||||
Reference in New Issue
Block a user