summaryrefslogtreecommitdiff
path: root/common/content/dactyl.js
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@gmail.com>2011-07-21 15:23:05 +0200
committerŠtěpán Němec <stepnem@gmail.com>2011-07-21 15:23:05 +0200
commit5b895f0ef72a8436cf9809d01f06778e624ec788 (patch)
treede58b3a0ebe5c474bf587d08afeb028ff8f9283d /common/content/dactyl.js
parentc177a35a39a625c9f70becac399306e89ff79063 (diff)
downloadpentadactyl-5b895f0ef72a8436cf9809d01f06778e624ec788.tar.gz
Fix outdated mode type signatures in the source code docs.
Diffstat (limited to 'common/content/dactyl.js')
-rw-r--r--common/content/dactyl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/dactyl.js b/common/content/dactyl.js
index d3314b47..f1dc13ea 100644
--- a/common/content/dactyl.js
+++ b/common/content/dactyl.js
@@ -111,7 +111,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
}),
/**
- * @property {number} The current main mode.
+ * @property {Modes.Mode} The current main mode.
* @see modes#mainModes
*/
mode: deprecated("modes.main", {