mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 13:24:13 +01:00
Do away with services.(get|create), and move the prefs module to its own file.
This commit is contained in:
@@ -264,7 +264,7 @@ const RangeFind = Class("RangeFind", {
|
||||
this.elementPath = elementPath || null;
|
||||
this.reverse = Boolean(backward);
|
||||
|
||||
this.finder = services.create("find");
|
||||
this.finder = services.Find();
|
||||
this.matchCase = Boolean(matchCase);
|
||||
this.regexp = Boolean(regexp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user