mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(buffer) object properties shorthands
This commit is contained in:
parent
8ca69c669f
commit
a777b33389
1 changed files with 4 additions and 4 deletions
|
|
@ -71,8 +71,8 @@ function BufferProto() {
|
|||
|
||||
Storage.remove(CUT)
|
||||
.set(COPY, {
|
||||
from : from,
|
||||
names: names
|
||||
from,
|
||||
names,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
@ -89,8 +89,8 @@ function BufferProto() {
|
|||
|
||||
Storage
|
||||
.set(CUT, {
|
||||
from : from,
|
||||
names: names
|
||||
from,
|
||||
names,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue