Repository: flex-asjs Updated Branches: refs/heads/dual d89659f59 -> d2c7a7e22
missed a change Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/44c9f3f0 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/44c9f3f0 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/44c9f3f0 Branch: refs/heads/dual Commit: 44c9f3f07772fe59ef65ab07dd34f531acefc8a2 Parents: d89659f Author: Alex Harui <[email protected]> Authored: Thu Feb 9 23:15:39 2017 -0800 Committer: Alex Harui <[email protected]> Committed: Thu Feb 9 23:15:39 2017 -0800 ---------------------------------------------------------------------- .../Basic/src/main/flex/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/44c9f3f0/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/Application.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/Application.as b/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/Application.as index 51a71d2..1c7cb0f 100644 --- a/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/Application.as +++ b/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/Application.as @@ -103,7 +103,7 @@ package org.apache.flex.core * @playerversion AIR 2.6 * @productversion FlexJS 0.0 */ - public class Application extends ApplicationBase implements IStrand, IParent, IEventDispatcher, IInitialViewApplication + public class Application extends ApplicationBase implements IStrand, IParent, IEventDispatcher, IInitialViewApplication, IPopUpHost, IRenderedObject { /** * Constructor.
