mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 22:52:38 +01:00
whitespace/formatting fixes
This commit is contained in:
@@ -222,7 +222,7 @@ function Bookmarks() //{{{
|
||||
{
|
||||
// Forces a load, if not already loaded but wait 10sec
|
||||
// so most tabs should be restored and the CPU should be idle again usually
|
||||
setTimeout(function() { liberator.callFunctionInThread(null, function () cache.load()); }, 10000);
|
||||
setTimeout(function () { liberator.callFunctionInThread(null, function () cache.load()); }, 10000);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user