lint compliance

This commit is contained in:
yflory 2018-06-25 13:42:17 +02:00
parent 0160ef30b7
commit 76bc82ac13

View File

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