chore(eslint) add indent, semi

This commit is contained in:
coderaiser 2016-12-28 11:07:24 +02:00
parent a8b4ef9230
commit d638ecd111
24 changed files with 102 additions and 95 deletions

View file

@ -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();