mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
improved module cloudfunc
This commit is contained in:
parent
45609443f2
commit
848784e1ef
4 changed files with 8 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
var CloudFunc, exports, Util;
|
||||
var Util, exports, CloudFunc = {};
|
||||
|
||||
(function(){
|
||||
(function(Util, CloudFunc, exports){
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
|
|
@ -21,8 +21,7 @@ var CloudFunc, exports, Util;
|
|||
Util = global.cloudcmd.main.util;
|
||||
CloudFunc = exports;
|
||||
}
|
||||
else
|
||||
CloudFunc = {};
|
||||
|
||||
|
||||
/* Путь с которым мы сейчас работаем */
|
||||
CloudFunc.Path = '';
|
||||
|
|
@ -365,4 +364,4 @@ var CloudFunc, exports, Util;
|
|||
|
||||
return lFileTable;
|
||||
};
|
||||
})();
|
||||
})(Util, CloudFunc, exports);
|
||||
Loading…
Add table
Add a link
Reference in a new issue