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 2014/10/02 21:59:02 UTC

[6/8] git commit: [flex-asjs] [refs/heads/develop] - silence binding warnings

silence binding 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/a327d20c
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a327d20c
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a327d20c

Branch: refs/heads/develop
Commit: a327d20c811da53510f4b584267192b27367fc07
Parents: c812e0d
Author: Alex Harui <ah...@apache.org>
Authored: Thu Oct 2 12:44:13 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Oct 2 12:58:46 2014 -0700

----------------------------------------------------------------------
 .../src/org/apache/flex/html/supportClasses/UIItemRendererBase.as   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a327d20c/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/supportClasses/UIItemRendererBase.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/supportClasses/UIItemRendererBase.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/supportClasses/UIItemRendererBase.as
index f0f9a89..1f491ab 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/supportClasses/UIItemRendererBase.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/supportClasses/UIItemRendererBase.as
@@ -113,6 +113,7 @@ package org.apache.flex.html.supportClasses
 		
 		private var _data:Object;
 		
+        [Bindable("__NoChangeEvent__")]
 		/**
 		 *  The data being represented by this itemRenderer. This can be something simple like a String or
 		 *  a Number or something very complex.