mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(commander) rm unused vars
This commit is contained in:
parent
cf1999c6d1
commit
ce661ddcac
1 changed files with 2 additions and 4 deletions
|
|
@ -15,9 +15,7 @@
|
|||
Util = main.util,
|
||||
users = main.users,
|
||||
|
||||
WIN32 = main.WIN32,
|
||||
|
||||
checkParams = main.checkCallBackParams;
|
||||
WIN32 = main.WIN32;
|
||||
|
||||
exports.getDirContent = function(path, callback) {
|
||||
var isString = Util.isString(path);
|
||||
|
|
@ -183,7 +181,7 @@
|
|||
|
||||
|
||||
function changeOrder(json) {
|
||||
var file, i, n,
|
||||
var i, n,
|
||||
files = [],
|
||||
dirs = [],
|
||||
current = [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue