mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 05:55:46 +01:00
Beginnings of bettter incsearch support
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
Components.utils.import("resource://liberator/storage.jsm", modules);
|
||||
|
||||
["liberator.js",
|
||||
"util.js",
|
||||
"config.js",
|
||||
"buffer.js",
|
||||
"commands.js",
|
||||
@@ -37,8 +38,7 @@
|
||||
"modes.js",
|
||||
"options.js",
|
||||
"template.js",
|
||||
"ui.js",
|
||||
"util.js"].forEach(load);
|
||||
"ui.js"].forEach(load);
|
||||
modules.config.scripts.forEach(load);
|
||||
|
||||
})()
|
||||
|
||||
Reference in New Issue
Block a user