mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:47:59 +01:00
whitespace fixes
This commit is contained in:
@@ -890,6 +890,7 @@ vimperator.QuickMarks = function () //{{{
|
|||||||
|
|
||||||
vimperator.options.setPref("quickmarks", savedQuickMarks);
|
vimperator.options.setPref("quickmarks", savedQuickMarks);
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
}; //}}}
|
||||||
|
|||||||
@@ -335,7 +335,7 @@ vimperator.Events = function () //{{{
|
|||||||
// a keycode which can be used in mappings
|
// a keycode which can be used in mappings
|
||||||
// e.g. pressing ctrl+n would result in the string "<C-n>"
|
// e.g. pressing ctrl+n would result in the string "<C-n>"
|
||||||
// null if unknown key
|
// null if unknown key
|
||||||
toString: function (event) //{{{
|
toString: function (event)
|
||||||
{
|
{
|
||||||
if (!event)
|
if (!event)
|
||||||
return;
|
return;
|
||||||
@@ -409,7 +409,7 @@ vimperator.Events = function () //{{{
|
|||||||
// a key like F1 is always enclosed in < and >
|
// a key like F1 is always enclosed in < and >
|
||||||
return "<" + modifier + key + ">";
|
return "<" + modifier + key + ">";
|
||||||
|
|
||||||
}, //}}}
|
},
|
||||||
|
|
||||||
isAcceptKey: function (key)
|
isAcceptKey: function (key)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user