mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-20 17:24:52 +00:00
Coding style tweaks for #2885
This commit is contained in:
@@ -2072,7 +2072,9 @@ $tw.boot.executeNextStartupTask = function(callback) {
|
||||
}
|
||||
taskIndex++;
|
||||
}
|
||||
if(typeof callback === 'function') callback();
|
||||
if(typeof callback === 'function') {
|
||||
callback();
|
||||
}
|
||||
return false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user