mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
f3857a96f6
commit
728a762d05
1 changed files with 1 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ var CloudFunc, exports, Util;
|
|||
var FS;
|
||||
if(exports){
|
||||
CloudFunc = exports;
|
||||
if(!global.cloudcmd){
|
||||
if(!global.cloudcmd)
|
||||
return console.log(
|
||||
'# cloudfunc.js' + '\n' +
|
||||
'# -----------' + '\n' +
|
||||
|
|
@ -18,7 +18,6 @@ var CloudFunc, exports, Util;
|
|||
'# used for generate html from json.' + '\n' +
|
||||
'# ' + '\n' +
|
||||
'# http://coderaiser.github.com/cloudcmd' + '\n');
|
||||
}
|
||||
|
||||
Util = global.cloudcmd.main.util;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue