diff options
Diffstat (limited to 'common/content/dactyl.js')
-rw-r--r-- | common/content/dactyl.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/content/dactyl.js b/common/content/dactyl.js index fe5e73a2..ebc98bc2 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1394,8 +1394,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { /* validator: function (opts) dactyl.has("Gecko2") || Option.validIf(!/[nN]/.test(opts), "Tab numbering not available in this " + config.host + " version") - */ - + */ } ].filter(function (group) !group.feature || dactyl.has(group.feature)); |