mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(util) lExtLenght -> lExtLength
This commit is contained in:
parent
7781ef4cc6
commit
2d4ffbedb7
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ Util = exports || {};
|
|||
Util.checkExtension = function(pName, pExt) {
|
||||
var i, lExtNum, lExtSub,
|
||||
lRet = false,
|
||||
lExtLenght = pExt && pExt.length,
|
||||
lExtLength = pExt && pExt.length,
|
||||
lLength = pName && pName.length; /* длина имени*/
|
||||
|
||||
/* если длина имени больше длинны расширения - имеет смысл продолжать
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue