mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 12:05:45 +01:00
Remove Array.prototype.{find,findIndex} polyfills.
This commit is contained in:
@@ -1386,11 +1386,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
|
||||
if (config.tabbrowser.tabContainer._positionPinnedTabs)
|
||||
config.tabbrowser.tabContainer._positionPinnedTabs();
|
||||
},
|
||||
/*
|
||||
validator: function (opts) dactyl.has("Gecko2") ||
|
||||
Option.validIf(!/[nN]/.test(opts), "Tab numbering not available in this " + config.host + " version")
|
||||
*/
|
||||
}
|
||||
}
|
||||
].filter(group => !group.feature || dactyl.has(group.feature));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user