mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
refactored
This commit is contained in:
parent
d564bd07a8
commit
ba6a73e366
6 changed files with 40 additions and 40 deletions
|
|
@ -327,7 +327,7 @@ CloudServer._controller = function(pReq, pRes)
|
|||
var lMin_o = lConfig.minification,
|
||||
|
||||
lCheck_f = function(pExt){
|
||||
return CloudFunc.checkExtension(lName,pExt);
|
||||
return Util.checkExtension(lName,pExt);
|
||||
},
|
||||
|
||||
isAllowd_b = (lCheck_f('js') && lMin_o.js) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue