This is an automated email from the ASF dual-hosted git repository.
gregdove pushed a commit to branch feature/Crux
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/Crux by this push:
new 9e57696 Partial tidyup
9e57696 is described below
commit 9e5769665d20f01952c1b24373a6d743847bfc4d
Author: greg-dove <[email protected]>
AuthorDate: Wed Jul 3 21:12:39 2019 +1200
Partial tidyup
---
.../src/main/royale/CruxQuickStart.mxml | 33 +---------------------
1 file changed, 1 insertion(+), 32 deletions(-)
diff --git a/examples/crux/CruxQuickStart/src/main/royale/CruxQuickStart.mxml
b/examples/crux/CruxQuickStart/src/main/royale/CruxQuickStart.mxml
index 200398d..4008c12 100644
--- a/examples/crux/CruxQuickStart/src/main/royale/CruxQuickStart.mxml
+++ b/examples/crux/CruxQuickStart/src/main/royale/CruxQuickStart.mxml
@@ -24,39 +24,15 @@
xmlns:config="crux.quickstart.config.*"
initialize="setUp()">
- <!--<fx:Style
source="../../main/resources/crux-jewel-example-styles.css"/>-->
<fx:Script>
<![CDATA[
-
public function setUp():void
{
- trace('application setUp stub');
- }
-
- /**
- * Define Bean providers.
- */
- public function getBeanProvidersClasses() :Array {
- return [];
- }
-
- /**
- * Define custom package events.
- */
- public function getEventPackages() :Array {
- return ['com.codeoscopic.avant.events.*'];
- }
-
- /**
- * Define view packages to be wired up.
- */
- public function getViewPackages() :Array {
- return ['com.codeoscopic.avant.views.*'];
+ tracer('application setUp stub');
}
-
]]>
</fx:Script>
@@ -96,13 +72,6 @@
</j:valuesImpl>
- <!--<view:UserForm id="userForm" />-->
- <!--<view:MainContent/>-->
-
-
-
-
-
<j:initialView>
<j:View>
<view:UserForm id="userForm" />