chore(cloudcmd) fix lint warnings

This commit is contained in:
coderaiser 2014-01-09 14:58:49 +00:00
parent d2a116a6d0
commit c23c1bcedc
8 changed files with 15 additions and 9 deletions

View file

@ -1,6 +1,6 @@
var Util;
(function(scope) {
(function(scope, Util) {
'use strict';
/**
@ -438,4 +438,4 @@ var Util;
return lFileTable;
};
}
})(this);
})(this, Util);