mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(cloudcmd) fix lint warnings
This commit is contained in:
parent
d2a116a6d0
commit
c23c1bcedc
8 changed files with 15 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
var Util;
|
||||
|
||||
(function(scope) {
|
||||
(function(scope, Util) {
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
|
|
@ -438,4 +438,4 @@ var Util;
|
|||
return lFileTable;
|
||||
};
|
||||
}
|
||||
})(this);
|
||||
})(this, Util);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue