Fix indentation
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ if (search.accessToken) {
|
||||
}
|
||||
|
||||
// poor man's async in the global namespace
|
||||
function asyncForEachParallel(items, handler, callback) {
|
||||
function asyncForEachParallel(items, handler, callback) {
|
||||
var alreadyDone = 0;
|
||||
var errored = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user