mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(util) lExtLenght -> lExtLength
This commit is contained in:
parent
24adfd4bb4
commit
ea4b7d03c5
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ Util = exports || {};
|
|||
|
||||
/* если длина имени больше длинны расширения - имеет смысл продолжать
|
||||
*/
|
||||
if (Util.isString(pExt) && lLength > lExtLenght) {
|
||||
if (Util.isString(pExt) && lLength > lExtLength) {
|
||||
lExtNum = pName.lastIndexOf(pExt), /* последнее вхождение расширения*/
|
||||
lExtSub = lLength - lExtNum; /* длина расширения*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue