lint compliance
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user