lint compliance

pull/1/head
yflory 2018-06-25 13:42:17 +02:00
parent 0160ef30b7
commit 76bc82ac13
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
if (!self.crypto && !self.msCrypto) {
throw new Error("E_NOCRYPTO");
}
postMessage("OK");
self.postMessage("OK");