chore(cloudcmd) lint

This commit is contained in:
coderaiser 2019-09-28 16:42:30 +03:00
parent d473a7e187
commit 794caced01
15 changed files with 42 additions and 35 deletions

View file

@ -1,7 +1,7 @@
'use strict';
module.exports.getDOM = () => {
const resolve = Promise.resolve.bind(Promise);
const prompt = Promise.resolve.bind(Promise);
const CurrentInfo = {
element: {},
files: [],
@ -14,7 +14,7 @@ module.exports.getDOM = () => {
};
const Dialog = {
prompt: resolve,
prompt,
};
return {