mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 13:27:58 +01:00
Fix util.regexp#closure and so forth on FF36.
This commit is contained in:
@@ -36,7 +36,7 @@ var Tabs = Module("tabs", {
|
||||
};
|
||||
|
||||
this.tabBinding = styles.system.add("tab-binding", "chrome://browser/content/browser.xul", String.replace(<><![CDATA[
|
||||
xul|tab { -moz-binding: url(resource://dactyl-content/bindings.xml#tab) !important; }
|
||||
xul|tab { -moz-binding: url(dactyl://content/bindings.xml#tab) !important; }
|
||||
]]></>, /tab-./g, function (m) util.OS.isMacOSX ? "tab-mac" : m),
|
||||
false, true);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user