Update ScriptUtils.ts

This commit is contained in:
jonnytest1
2021-05-03 16:11:16 +02:00
committed by GitHub
parent d674ac9e0c
commit 0a5dffd034
+1
View File
@@ -12,6 +12,7 @@ class ScriptUtils {
}
public openCoWebsite(url: string, base: string) {
coWebsiteManager.loadCoWebsite(url, base);
}
public closeCoWebSite(){