1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 07:05:46 +01:00

minor formatting fixes

This commit is contained in:
Doug Kearns
2007-12-04 08:23:49 +00:00
parent 6ceccfee72
commit a91aec0172
4 changed files with 16 additions and 11 deletions

View File

@@ -425,8 +425,8 @@ vimperator.Events = function () //{{{
return (key == "<Esc>" || key == "<C-[>" || key == "<C-c>");
},
getMapLeader: function ()
{
getMapLeader: function ()
{
var leaderRef = vimperator.variableReference("mapleader");
return leaderRef[0] ? leaderRef[0][leaderRef[1]] : "\\";
},