1
0
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:
Kris Maglione
2008-10-18 02:58:05 +00:00
parent f0318d9675
commit 0dab4f86cf
4 changed files with 169 additions and 50 deletions

View File

@@ -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);
})()