summaryrefslogtreecommitdiff
path: root/common/content/liberator.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2009-05-22 22:12:11 -0400
committerKris Maglione <maglione.k@gmail.com>2009-05-22 22:12:11 -0400
commit36f6ff463f9c6e125c964a68e160b433d5357135 (patch)
tree706a17955e935dfd8c401158c0020eab54fb6253 /common/content/liberator.js
parentfa16e09a9a0e37fea08238ffd61dca4db1b93eb5 (diff)
downloadpentadactyl-36f6ff463f9c6e125c964a68e160b433d5357135.tar.gz
Store canonical names for all bound keys.
Diffstat (limited to 'common/content/liberator.js')
-rw-r--r--common/content/liberator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/liberator.js b/common/content/liberator.js
index 880ea30d..a5c62840 100644
--- a/common/content/liberator.js
+++ b/common/content/liberator.js
@@ -1268,9 +1268,9 @@ const liberator = (function () //{{{
// commands must always be the first module to be initialized
loadModule("commands", Commands);
loadModule("options", Options);
+ loadModule("events", Events);
loadModule("mappings", Mappings);
loadModule("buffer", Buffer);
- loadModule("events", Events);
loadModule("commandline", CommandLine);
loadModule("statusline", StatusLine);
loadModule("editor", Editor);