diff options
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 |
commit | 5b895f0ef72a8436cf9809d01f06778e624ec788 (patch) | |
tree | de58b3a0ebe5c474bf587d08afeb028ff8f9283d /common/content/dactyl.js | |
parent | c177a35a39a625c9f70becac399306e89ff79063 (diff) | |
download | pentadactyl-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.js | 2 |
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", { |