mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 21:17:59 +01:00
declare some loop counters in followDocumentRelation and whitespace fixes
This commit is contained in:
@@ -48,7 +48,7 @@ vimperator.Bookmarks = function () //{{{
|
||||
var keywords = null;
|
||||
|
||||
if (vimperator.options["preload"])
|
||||
setTimeout(function () { load(); } , 100);
|
||||
setTimeout(function () { load(); }, 100);
|
||||
|
||||
function load()
|
||||
{
|
||||
@@ -344,7 +344,7 @@ vimperator.History = function () //{{{
|
||||
var history = null;
|
||||
|
||||
if (vimperator.options["preload"])
|
||||
setTimeout(function () { load(); } , 100);
|
||||
setTimeout(function () { load(); }, 100);
|
||||
|
||||
function load()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user