lint compliance
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…
Reference in New Issue