mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(storage) add " "
This commit is contained in:
parent
afb898ac87
commit
e6455767ca
6 changed files with 31 additions and 30 deletions
|
|
@ -12,7 +12,9 @@ var CloudCmd, Util, join, DOM, CloudFunc, Github, cb;
|
|||
GH,
|
||||
User;
|
||||
|
||||
cb = function (err, data) { console.log(err || data);};
|
||||
cb = function (err, data) {
|
||||
console.log(err || data);
|
||||
};
|
||||
|
||||
function init(callback) {
|
||||
Util.exec.series([
|
||||
|
|
@ -68,7 +70,7 @@ var CloudCmd, Util, join, DOM, CloudFunc, Github, cb;
|
|||
GitHub.getUserData(callback);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
|
|
@ -125,7 +127,7 @@ var CloudCmd, Util, join, DOM, CloudFunc, Github, cb;
|
|||
public: true
|
||||
};
|
||||
|
||||
files[name] ={
|
||||
files[name] = {
|
||||
content: content
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue