This is an automated email from the ASF dual-hosted git repository.
carlosrovira 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 7ca6830 fix vscode config for Basic
7ca6830 is described below
commit 7ca6830bd83a5c977f33db571fd2f08cf2cb6026
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Mar 11 12:46:59 2018 +0100
fix vscode config for Basic
---
frameworks/projects/Basic/asconfig.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frameworks/projects/Basic/asconfig.json
b/frameworks/projects/Basic/asconfig.json
index f2a9b38..914d6f7 100644
--- a/frameworks/projects/Basic/asconfig.json
+++ b/frameworks/projects/Basic/asconfig.json
@@ -20,8 +20,8 @@
"compilerOptions": {
"debug": true,
"targets": [
- "SWF",
- "JSRoyale"
+ "JSRoyale",
+ "SWF"
],
"include-classes": [
"BasicClasses"
--
To stop receiving notification emails like this one, please contact
[email protected].