quiet warnings
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e16eeb4d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e16eeb4d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e16eeb4d Branch: refs/heads/core_js_to_as Commit: e16eeb4dfe2fb86bcbb8ab037dc8d6a03370e9d9 Parents: 8592a20 Author: Alex Harui <[email protected]> Authored: Thu Sep 10 14:08:26 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Sep 10 14:14:17 2015 -0700 ---------------------------------------------------------------------- .../projects/Core/as/src/org/apache/flex/core/Application.as | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e16eeb4d/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 54e45f0..0d933b6 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 @@ -231,8 +231,10 @@ package org.apache.flex.core * @playerversion AIR 2.6 * @productversion FlexJS 0.0 */ + [Bindable("__NoChangeEvent__")] public var initialView:ViewBase; + [Bindable("__NoChangeEvent__")] /** * The data model (for the initial view). * @@ -241,6 +243,7 @@ package org.apache.flex.core * @playerversion AIR 2.6 * @productversion FlexJS 0.0 */ + [Bindable("__NoChangeEvent__")] public var model:Object; /**
