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)); diff --git a/common/content/tabs.js b/common/content/tabs.js index fec7f285..83030c43 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -36,7 +36,7 @@ var Tabs = Module("tabs", { }; this.tabBinding = styles.system.add("tab-binding", "chrome://browser/content/browser.xul", String.replace(<>, /tab-./g, function (m) util.OS.isMacOSX ? "tab-mac" : m), false, true); }, diff --git a/pentadactyl/chrome.manifest b/pentadactyl/chrome.manifest index de95f1c1..3dfc637e 100644 --- a/pentadactyl/chrome.manifest +++ b/pentadactyl/chrome.manifest @@ -8,6 +8,8 @@ resource dactyl-content ../common/content/ resource dactyl-skin ../common/skin/ resource dactyl-locale ../common/locale/ +content dactyl ../common/content/ + component {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69} components/commandline-handler.js contract @mozilla.org/commandlinehandler/general-startup;1?type=dactyl {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69} category command-line-handler m-dactyl @mozilla.org/commandlinehandler/general-startup;1?type=dactyl