You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/06/18 12:36:17 UTC

[06/50] [abbrv] git commit: [flex-asjs] [refs/heads/tlf] - Slider wasn't supporting binding

Slider wasn't supporting binding


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

Branch: refs/heads/tlf
Commit: b659ff49862889abca94cf438f0458f60a067a90
Parents: 3636ebb
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 6 22:19:33 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 6 22:20:16 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b659ff49/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/Slider.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/Slider.as b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/Slider.as
index fc2889b..c980fde 100644
--- a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/Slider.as
+++ b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/Slider.as
@@ -76,6 +76,7 @@ package org.apache.flex.html
 		 *  @playerversion AIR 2.6
 		 *  @productversion FlexJS 0.0
 		 */
+		[Bindable("valueChange")]
 		public function get value():Number
 		{
 			return IRangeModel(model).value;