From 76bc82ac13c41b13a0d655c8345ac50020101414 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 25 Jun 2018 13:42:17 +0200 Subject: [PATCH] lint compliance --- www/common/outer/testworker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/testworker.js b/www/common/outer/testworker.js index 849215da4..383aa0c62 100644 --- a/www/common/outer/testworker.js +++ b/www/common/outer/testworker.js @@ -1,4 +1,4 @@ if (!self.crypto && !self.msCrypto) { throw new Error("E_NOCRYPTO"); } -postMessage("OK"); +self.postMessage("OK");