This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new e8f45d9 Fix main source file name in asconfig.json
new 47147e1 Merge pull request #528 from cristallium/patch-1
e8f45d9 is described below
commit e8f45d9afc856104e752137ea6183125121e939d
Author: Cristallium <[email protected]>
AuthorDate: Wed Oct 23 09:28:55 2019 +0200
Fix main source file name in asconfig.json
---
examples/royale/CreateJSExample/asconfig.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/royale/CreateJSExample/asconfig.json
b/examples/royale/CreateJSExample/asconfig.json
index 3b3cf89..b0a993a 100644
--- a/examples/royale/CreateJSExample/asconfig.json
+++ b/examples/royale/CreateJSExample/asconfig.json
@@ -26,6 +26,6 @@
"additionalOptions": "-remove-circulars
-js-output-optimization=skipAsCoercions",
"files":
[
- "src/main/royale/DataBindingExample.mxml"
+ "src/main/royale/CreateJSExample.mxml"
]
}