From 519391c2db8be5aa85c94dfc17c859c359883010 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 20 Oct 2021 16:52:29 +0530 Subject: [PATCH] lint compliance --- www/common/drive-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 0781e8c40..f516b3d2a 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -4839,7 +4839,7 @@ define([ APP.selectedFiles = paths[0].path.slice(-1); } APP.hideMenu(); - })}; + }); }; metadataMgr.onChange(function () { var priv = metadataMgr.getPrivateData();