mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 22:15:44 +01:00
Fix minefield.
This commit is contained in:
@@ -264,7 +264,7 @@ var Abbreviations = Module("abbreviations", {
|
||||
* @optional
|
||||
*/
|
||||
list: function (modes, lhs, hives) {
|
||||
let hives = (hives || this.userHives).filter(h => !h.empty);
|
||||
hives = (hives || this.userHives).filter(h => !h.empty);
|
||||
|
||||
function abbrevs(hive)
|
||||
hive.merged.filter(ab => (ab.inModes(modes) && ab.lhs.startsWith(lhs)));
|
||||
|
||||
Reference in New Issue
Block a user