1
0
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:
Doug Kearns
2015-04-07 03:33:22 +10:00
parent 3c682b6a8d
commit dd61d50ec6
2 changed files with 1 additions and 29 deletions

View File

@@ -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));