add API polyfill to kiss-firefox

This commit is contained in:
2023-04-19 20:56:15 -06:00
parent 806f0f2e11
commit e1fbe7471b
8 changed files with 32 additions and 4 deletions

View File

@@ -288,7 +288,7 @@ class Main {
packageJson.description = description;
File.saveContent(packageFile, Json.stringify(packageJson, null, "\t"));
}
makeFileForNewProject(["test.sh"])
makeFileForNewProject(["test.sh"]);
}
static function convert(args:Array<String>) {