1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 20:52:26 +01:00

Add separate echo/command-line widgets

This commit is contained in:
Kris Maglione
2008-12-06 09:41:59 -05:00
parent 89c0620634
commit 983c2be92b
7 changed files with 63 additions and 67 deletions

View File

@@ -1215,6 +1215,8 @@ const liberator = (function () //{{{
config.dialogs = config.dialogs || [];
config.helpFiles = config.helpFiles || [];
liberator.triggerObserver("load");
// commands must always be the first module to be initialized
loadModule("commands", Commands);
loadModule("options", Options);