chore(cloudcmd) lint: indexOf -> includes

This commit is contained in:
coderaiser 2020-06-06 19:20:17 +03:00
parent c30bc69f5d
commit 8bb746aa0e
8 changed files with 14 additions and 26 deletions

View file

@ -170,9 +170,7 @@ function getMenuData() {
'Select All Ctrl+A' : () => {
editor.selectAll();
},
'Close Esc' : () => {
hide();
},
'Close Esc' : hide,
};
}