mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 18:17:58 +01:00
Clean up some old-style iterator gunk.
This commit is contained in:
@@ -178,7 +178,7 @@ var QuickMarks = Module("quickmarks", {
|
||||
completion: function initCompletion() {
|
||||
completion.quickmark = function (context) {
|
||||
context.title = ["QuickMark", "URL"];
|
||||
context.generate = () => Iterator(quickmarks._qmarks);
|
||||
context.generate = () => iter(quickmarks._qmarks);
|
||||
};
|
||||
},
|
||||
mappings: function initMappings() {
|
||||
|
||||
Reference in New Issue
Block a user