You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/26 16:56:08 UTC

[33/50] [abbrv] git commit: [flex-asjs] [refs/heads/master] - JS needed bindable metadata

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/master
Commit: be69e26272a06a9d06d26ae854847bcf08f72ec6
Parents: 40bdeba
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 8 09:36:21 2017 -0700
Committer: Alex Harui <ah...@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
         {