mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-15 02:53:32 +02:00
Add missing semicolons.
This commit is contained in:
@@ -63,7 +63,7 @@ var AutoCmdHive = Class("AutoCmdHive", Contexts.Hive, {
|
||||
remove: function (event, filter) {
|
||||
filter = filter && String(Group.compileFilter(filter));
|
||||
this._store = this._store.filter(cmd => !cmd.match(event, filter));
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user