mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 00:17:57 +01:00
whitespace fixes
This commit is contained in:
@@ -890,6 +890,7 @@ vimperator.QuickMarks = function () //{{{
|
||||
|
||||
vimperator.options.setPref("quickmarks", savedQuickMarks);
|
||||
}
|
||||
|
||||
};
|
||||
//}}}
|
||||
}; //}}}
|
||||
|
||||
@@ -335,7 +335,7 @@ vimperator.Events = function () //{{{
|
||||
// a keycode which can be used in mappings
|
||||
// e.g. pressing ctrl+n would result in the string "<C-n>"
|
||||
// null if unknown key
|
||||
toString: function (event) //{{{
|
||||
toString: function (event)
|
||||
{
|
||||
if (!event)
|
||||
return;
|
||||
@@ -409,7 +409,7 @@ vimperator.Events = function () //{{{
|
||||
// a key like F1 is always enclosed in < and >
|
||||
return "<" + modifier + key + ">";
|
||||
|
||||
}, //}}}
|
||||
},
|
||||
|
||||
isAcceptKey: function (key)
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@ the provisions above, a recipient may use your version of this file under
|
||||
the terms of any one of the MPL, the GPL or the LGPL.
|
||||
}}} ***** END LICENSE BLOCK *****/
|
||||
|
||||
vimperator.IO = function ()//{{{
|
||||
vimperator.IO = function () //{{{
|
||||
{
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||
@@ -290,6 +290,6 @@ vimperator.IO = function ()//{{{
|
||||
}
|
||||
};
|
||||
//}}}
|
||||
};//}}}
|
||||
}; //}}}
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
@@ -26,7 +26,7 @@ the provisions above, a recipient may use your version of this file under
|
||||
the terms of any one of the MPL, the GPL or the LGPL.
|
||||
}}} ***** END LICENSE BLOCK *****/
|
||||
|
||||
vimperator.modes = (function ()//{{{
|
||||
vimperator.modes = (function () //{{{
|
||||
{
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||
@@ -233,6 +233,6 @@ vimperator.modes = (function ()//{{{
|
||||
|
||||
};
|
||||
//}}}
|
||||
})();//}}}
|
||||
})(); //}}}
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
@@ -217,6 +217,6 @@ vimperator.util = { //{{{
|
||||
return strNum[0] + " " + unitVal[unitIndex];
|
||||
}
|
||||
|
||||
};//}}}
|
||||
}; //}}}
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user