lint compliance
This commit is contained in:
parent
eba32fe994
commit
c281b3afa6
@ -1371,7 +1371,7 @@ define([
|
|||||||
});
|
});
|
||||||
cb();
|
cb();
|
||||||
};
|
};
|
||||||
if (paths.some(function (p) { return manager.comparePath(newPath, p) })) { return void cb(); }
|
if (paths.some(function (p) { return manager.comparePath(newPath, p); })) { return void cb(); }
|
||||||
manager.move(paths, newPath, newCb, copy);
|
manager.move(paths, newPath, newCb, copy);
|
||||||
};
|
};
|
||||||
// Delete paths from the drive and/or shared folders (without moving them to the trash)
|
// Delete paths from the drive and/or shared folders (without moving them to the trash)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user