1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 22:45:47 +01:00

renamed buffers.js to buffer.js

This commit is contained in:
Martin Stubenschrott
2008-02-11 17:13:20 +00:00
parent 62b053bab2
commit 3f6a157524
5 changed files with 16 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ vimperator.Mappings = function () //{{{
addDefault: function (modes, keys, description, action, extra)
{
addMap (new vimperator.Map([vimperator.modes.NORMAL], keys,
addMap (new vimperator.Map(modes, keys,
action, { shortHelp: description }), false);
},