mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 19:02:26 +01:00
Bump minVersion to the latest ESR of 31.
Remove some version specific code that is no longer applicable. --HG-- extra : amend_source : 803a60c3f5578a56a6832bd2dba9cce07784b873
This commit is contained in:
@@ -70,11 +70,6 @@ var AutoCmdHive = Class("AutoCmdHive", Contexts.Hive, {
|
||||
* @instance autocommands
|
||||
*/
|
||||
var AutoCommands = Module("autocommands", {
|
||||
init: function () {
|
||||
if (!config.haveGecko("26"))
|
||||
delete config.autocommands.DownloadPost; // FIXME
|
||||
},
|
||||
|
||||
get activeHives() contexts.allGroups.autocmd.filter(h => h._store.length),
|
||||
|
||||
add: deprecated("group.autocmd.add", { get: function add() autocommands.user.bound.add }),
|
||||
|
||||
Reference in New Issue
Block a user