mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(package) eslint v4.0.0
This commit is contained in:
parent
ca5a614a55
commit
71d366a6a1
11 changed files with 51 additions and 47 deletions
|
|
@ -277,7 +277,7 @@ function MenuProto(position) {
|
|||
files.forEach((file) => {
|
||||
const selected = DOM.isSelected(file);
|
||||
const isDir = DOM.isCurrentIsDir(file);
|
||||
/*
|
||||
/*
|
||||
* if we send ajax request -
|
||||
* no need in hash so we escape #
|
||||
* and all other characters, like "%"
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ function OperationProto(operation, data) {
|
|||
twopack('extract');
|
||||
};
|
||||
|
||||
/**
|
||||
/**
|
||||
* prompt and delete current file or selected files
|
||||
*
|
||||
* @currentFile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue