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 <[email protected]> Authored: Thu Oct 2 12:58:06 2014 -0700 Committer: Alex Harui <[email protected]> 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)
