mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:37:58 +01:00
declare some loop counters in followDocumentRelation and whitespace fixes
This commit is contained in:
@@ -229,7 +229,7 @@ vimperator.help = function (section, easter) //{{{
|
||||
return false;
|
||||
|
||||
vimperator.open("about:blank");
|
||||
setTimeout(function () { vimperator.help(section, false, null, {recursive: true}); }, 250);
|
||||
setTimeout(function () { vimperator.help(section, false, null, { recursive: true }); }, 250);
|
||||
return;
|
||||
}
|
||||
doc.write(fulldoc);
|
||||
|
||||
Reference in New Issue
Block a user