TSLint compliance

This commit is contained in:
hensm
2019-05-02 01:23:43 +01:00
committed by Matt Hensman
parent 95d9d846c5
commit 8ad20a7aea
11 changed files with 32 additions and 36 deletions

View File

@@ -190,11 +190,9 @@ export function unescape (escaped: string): string {
onMessage(async message => {
console.log(message)
switch (message.subject) {
case "shim:/initialized": {
isAvailable = true;
break;
}