mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(eslint) add indent, semi
This commit is contained in:
parent
a8b4ef9230
commit
d638ecd111
24 changed files with 102 additions and 95 deletions
|
|
@ -68,7 +68,7 @@
|
|||
}
|
||||
|
||||
function callIfEnabled(callback) {
|
||||
isEnabled(function(is) {
|
||||
isEnabled(function(is) {
|
||||
if (is)
|
||||
callback();
|
||||
else
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
}
|
||||
|
||||
function clear() {
|
||||
Storage.remove(COPY)
|
||||
Storage.remove(COPY)
|
||||
.remove(CUT);
|
||||
|
||||
rmCutClass();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue