1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 18:47:59 +01:00

move Mappings() to the vimperator namespace

This commit is contained in:
Doug Kearns
2007-10-22 06:38:07 +00:00
parent 160035e9ee
commit af360fbc77
3 changed files with 56 additions and 56 deletions

View File

@@ -702,7 +702,7 @@ const vimperator = (function() //{{{
vimperator.log("Loading module buffer window...", 3);
vimperator.bufferwindow = new vimperator.InformationList("vimperator-bufferwindow", { incremental_fill: false, max_items: 10 });
vimperator.log("Loading module mappings...", 3);
vimperator.mappings = new Mappings();
vimperator.mappings = new vimperator.Mappings();
vimperator.log("Loading module statusline...", 3);
vimperator.statusline = new vimperator.StatusLine();
vimperator.log("Loading module buffer...", 3);