mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(github) add CloudFunc
This commit is contained in:
parent
4074dd09f6
commit
0f0b4fa212
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
var CloudCmd, Util, DOM, Github, cb;
|
||||
var CloudCmd, Util, DOM, CloudFunc, Github, cb;
|
||||
|
||||
(function(CloudCmd, Util, DOM) {
|
||||
(function(CloudCmd, Util, DOM, CloudFunc) {
|
||||
'use strict';
|
||||
|
||||
CloudCmd.GitHub = GitHubProto;
|
||||
|
|
@ -158,4 +158,4 @@ var CloudCmd, Util, DOM, Github, cb;
|
|||
|
||||
init(callback);
|
||||
}
|
||||
})(CloudCmd, Util, DOM);
|
||||
})(CloudCmd, Util, DOM, CloudFunc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue