mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 00:50:59 +00:00
chore(buffer) rm "{,}"
This commit is contained in:
parent
2bab935044
commit
8bc6a98574
1 changed files with 1 additions and 2 deletions
|
|
@ -78,13 +78,12 @@
|
|||
|
||||
clear();
|
||||
|
||||
if (names.lenght) {
|
||||
if (names.length)
|
||||
Storage.remove(CUT)
|
||||
.set(COPY, {
|
||||
from : from,
|
||||
names: names
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
function cut() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue