mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 21:23:05 +00:00
feature(util) checkArgs -> check
This commit is contained in:
parent
5ce9ceb0f3
commit
dc3ecd9f56
27 changed files with 99 additions and 86 deletions
|
|
@ -86,7 +86,7 @@ var Util;
|
|||
pathHTML = '',
|
||||
path = '/';
|
||||
|
||||
Util.checkArgs(arguments, ['url', 'template']);
|
||||
Util.check(arguments, ['url', 'template']);
|
||||
|
||||
namesRaw = url.split('/')
|
||||
.slice(1, -1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue