JS needed bindable metadata

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

Branch: refs/heads/release0.8.0
Commit: be69e26272a06a9d06d26ae854847bcf08f72ec6
Parents: 40bdeba
Author: Alex Harui <aha...@apache.org>
Authored: Thu Jun 8 09:36:21 2017 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Thu Jun 8 10:20:57 2017 -0700

----------------------------------------------------------------------
 .../projects/Basic/src/main/flex/org/apache/flex/core/UIBase.as     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/be69e262/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/UIBase.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/UIBase.as 
b/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/UIBase.as
index 0142205..1db7e23 100644
--- a/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/UIBase.as
+++ b/frameworks/projects/Basic/src/main/flex/org/apache/flex/core/UIBase.as
@@ -783,6 +783,7 @@ package org.apache.flex.core
                                displayStyleForLayout = value;
                }
         
+        [Bindable("visibleChanged")]
         COMPILE::JS
         public function get visible():Boolean
         {

Reply via email to