mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(operation) reserved words
This commit is contained in:
parent
726d38b442
commit
56999599ed
1 changed files with 4 additions and 2 deletions
|
|
@ -7,6 +7,9 @@
|
|||
/* global salam */
|
||||
/* global omnes */
|
||||
|
||||
// ignore reserved words
|
||||
// jshint -W024
|
||||
|
||||
'use strict';
|
||||
|
||||
CloudCmd.Operation = OperationProto;
|
||||
|
|
@ -28,11 +31,10 @@ function OperationProto(operation, data) {
|
|||
cp: copyFn,
|
||||
mv: moveFn,
|
||||
pack: packFn,
|
||||
delete: deleteFn,
|
||||
extract: extractFn,
|
||||
} = RESTful;
|
||||
|
||||
let deleteFn = RESTful.delete;
|
||||
|
||||
const Info = DOM.CurrentInfo;
|
||||
const showLoad = Images.show.load.bind(null, 'top');
|
||||
const Operation = this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue