mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(buffer) cut: lenght -> length
This commit is contained in:
parent
5547094315
commit
83542b8dc4
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
|||
|
||||
clear();
|
||||
|
||||
if (names.lenght) {
|
||||
if (names.length) {
|
||||
addCutClass();
|
||||
|
||||
Storage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue