1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 23:35:46 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-05-27 15:15:36 +00:00
parent 1d0f4e29e5
commit c1390135d2
14 changed files with 104 additions and 104 deletions

View File

@@ -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 *****/
liberator.AutoCommands = function() //{{{
liberator.AutoCommands = function () //{{{
{
////////////////////////////////////////////////////////////////////////////////
////////////////////// PRIVATE SECTION /////////////////////////////////////////
@@ -503,7 +503,7 @@ liberator.Events = function () //{{{
// load all macros inside ~/.vimperator/macros/
// setTimeout needed since liberator.io. is loaded after liberator.events.
setTimeout (function() {
setTimeout (function () {
try
{
var files = liberator.io.readDirectory(liberator.io.getSpecialDirectory("macros"));
@@ -959,7 +959,7 @@ liberator.Events = function () //{{{
{
dump("Compose editor got focus\n");
liberator.modes.set(liberator.modes.INSERT, liberator.modes.TEXTAREA);
//setTimeout(function(){liberator.editor.editWithExternalEditor();}, 100);
//setTimeout(function (){ liberator.editor.editWithExternalEditor(); }, 100);
win.blur();
//liberator.editor.editWithExternalEditor();
}