mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
f22120dc38
commit
62af673117
1 changed files with 1 additions and 2 deletions
|
|
@ -221,8 +221,7 @@ function copyPath(el) {
|
|||
.catch(CloudCmd.log);
|
||||
}
|
||||
|
||||
function execIfNotMobile(callback , event)
|
||||
{
|
||||
function execIfNotMobile(callback, event) {
|
||||
if (window.innerWidth > CloudCmd.MOBILE_ONE_PANEL_WIDTH)
|
||||
callback(event);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue