lint compliance

pull/1/head
yflory 7 years ago
parent 0160ef30b7
commit 76bc82ac13

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

Loading…
Cancel
Save