mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
cac5a90f71
commit
689bc28bee
2 changed files with 10 additions and 19 deletions
|
|
@ -296,12 +296,6 @@ CloudFunc.checkExtension = function(pName, pExt)
|
|||
return false;
|
||||
};
|
||||
|
||||
CloudFunc.getExtension = function(pName){
|
||||
var lDot = pName.lastIndexOf('.');
|
||||
|
||||
return pName.substr(lDot);
|
||||
};
|
||||
|
||||
/*
|
||||
* Функция формирует заголовки столбиков
|
||||
* @pFileTableTitles - массив названий столбиков
|
||||
|
|
@ -492,7 +486,6 @@ try{
|
|||
if(exports){
|
||||
/* экспортируемые функции */
|
||||
exports.checkExtension = CloudFunc.checkExtension;
|
||||
exports.getExtension = CloudFunc.getExtension;
|
||||
exports.buildFromJSON = CloudFunc.buildFromJSON;
|
||||
exports.setTitle = CloudFunc.setTitle;
|
||||
exports.getUserUIDsAndNames = CloudFunc.getUserUIDsAndNames;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue