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/06 23:29:21 UTC

[02/17] git commit: [flex-asjs] [refs/heads/develop] - ToggleButtonModel is also ITextModel

ToggleButtonModel is also ITextModel


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

Branch: refs/heads/develop
Commit: 9cfc607895fdf13ca0c849ca2b4b241cbc8cc7f7
Parents: 4d0fbb2
Author: Alex Harui <ah...@apache.org>
Authored: Fri Oct 3 12:29:22 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Oct 3 12:29:22 2014 -0700

----------------------------------------------------------------------
 .../src/org/apache/flex/html/beads/models/ToggleButtonModel.as    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9cfc6078/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/models/ToggleButtonModel.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/models/ToggleButtonModel.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/models/ToggleButtonModel.as
index 517a545..a4c1a91 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/models/ToggleButtonModel.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/models/ToggleButtonModel.as
@@ -20,6 +20,7 @@ package org.apache.flex.html.beads.models
 {
 	import org.apache.flex.core.IBead;
 	import org.apache.flex.core.IStrand;
+    import org.apache.flex.core.ITextModel;
 	import org.apache.flex.core.IToggleButtonModel;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.EventDispatcher;
@@ -33,7 +34,7 @@ package org.apache.flex.html.beads.models
 	 *  @playerversion AIR 2.6
 	 *  @productversion FlexJS 0.0
 	 */
-	public class ToggleButtonModel extends EventDispatcher implements IBead, IToggleButtonModel
+	public class ToggleButtonModel extends EventDispatcher implements IBead, IToggleButtonModel, ITextModel
 	{
 		/**
 		 *  constructor.