1
0
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:
Doug Kearns
2011-01-24 12:49:50 +11:00
parent 5dc0dfd953
commit de2655ce01

View File

@@ -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). */