You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/10/02 21:59:03 UTC

[7/8] git commit: [flex-asjs] [refs/heads/develop] - also create fx:Declaration instances

also create fx:Declaration instances


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/337d223a
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/337d223a
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/337d223a

Branch: refs/heads/develop
Commit: 337d223af1cbd2cdf808b1fe118888b6913709e9
Parents: a327d20
Author: Alex Harui <ah...@apache.org>
Authored: Thu Oct 2 12:58:06 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Oct 2 12:58:47 2014 -0700

----------------------------------------------------------------------
 .../as/projects/FlexJSUI/src/org/apache/flex/core/Application.as   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/337d223a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as
index 215a883..ffc2c8c 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as
@@ -121,6 +121,8 @@ package org.apache.flex.core
         
         private function initHandler(event:flash.events.Event):void
         {
+            MXMLDataInterpreter.generateMXMLInstances(this, null, MXMLDescriptor);
+            
             dispatchEvent(new Event("initialize"));
 
             if (initialView)