mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
feature(cloudfunc) rm isJoinURL
This commit is contained in:
parent
44779f0bb1
commit
8693e19eae
2 changed files with 3 additions and 8 deletions
|
|
@ -77,12 +77,6 @@ var Util;
|
|||
return names;
|
||||
};
|
||||
|
||||
this.isJoinURL = function(url) {
|
||||
var ret = Util.isContainStrAtBegin(url, JOIN);
|
||||
|
||||
return ret;
|
||||
};
|
||||
|
||||
this.formatMsg = function(msg, name, status) {
|
||||
if (!status)
|
||||
status = 'ok';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue