From 8dcc2cad825a46a75585725621cbcc5b64fa5afd Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 10 Oct 2019 13:56:55 +0200 Subject: [PATCH] lint compliance --- www/common/outer/sharedfolder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/sharedfolder.js b/www/common/outer/sharedfolder.js index 4e6d548a3..bcee83472 100644 --- a/www/common/outer/sharedfolder.js +++ b/www/common/outer/sharedfolder.js @@ -44,7 +44,7 @@ define([ return void cb(); } }, 100); - var to = setTimeout(function () { + to = setTimeout(function () { clearInterval(it); uo.migrateReadOnly(function () { done = true;