remove ViewBase for now just to see if Application will compile
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8d368cb7 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8d368cb7 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8d368cb7 Branch: refs/heads/core_js_to_as Commit: 8d368cb72561df484b86d92b909fcd4d5cf0161d Parents: da10baa Author: Alex Harui <[email protected]> Authored: Thu Sep 17 13:18:17 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Sep 17 13:18:17 2015 -0700 ---------------------------------------------------------------------- .../projects/Core/as/src/org/apache/flex/core/Application.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8d368cb7/frameworks/projects/Core/as/src/org/apache/flex/core/Application.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/as/src/org/apache/flex/core/Application.as b/frameworks/projects/Core/as/src/org/apache/flex/core/Application.as index b4d65f9..4f43dfe 100644 --- a/frameworks/projects/Core/as/src/org/apache/flex/core/Application.as +++ b/frameworks/projects/Core/as/src/org/apache/flex/core/Application.as @@ -236,7 +236,7 @@ package org.apache.flex.core * @playerversion AIR 2.6 * @productversion FlexJS 0.0 */ - public var initialView:ViewBase; + public var initialView:Object; /** * The data model (for the initial view).
