add API polyfill to kiss-firefox
This commit is contained in:
@@ -288,7 +288,7 @@ class Main {
|
|||||||
packageJson.description = description;
|
packageJson.description = description;
|
||||||
File.saveContent(packageFile, Json.stringify(packageJson, null, "\t"));
|
File.saveContent(packageFile, Json.stringify(packageJson, null, "\t"));
|
||||||
}
|
}
|
||||||
makeFileForNewProject(["test.sh"])
|
makeFileForNewProject(["test.sh"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
static function convert(args:Array<String>) {
|
static function convert(args:Array<String>) {
|
||||||
|
Reference in New Issue
Block a user