handle stateGroups

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

Branch: refs/heads/develop
Commit: f1fd2fcee0680d0079f19d6a2eeb21016e56b3b2
Parents: 50bee95
Author: Alex Harui <aha...@apache.org>
Authored: Mon Oct 6 13:09:56 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Mon Oct 6 13:09:56 2014 -0700

----------------------------------------------------------------------
 frameworks/as/projects/FlexJSUI/src/mx/states/State.as | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f1fd2fce/frameworks/as/projects/FlexJSUI/src/mx/states/State.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/mx/states/State.as 
b/frameworks/as/projects/FlexJSUI/src/mx/states/State.as
index b603f83..3c08d57 100644
--- a/frameworks/as/projects/FlexJSUI/src/mx/states/State.as
+++ b/frameworks/as/projects/FlexJSUI/src/mx/states/State.as
@@ -60,6 +60,17 @@ package mx.states
                public var name:String;
         
         /**
+         *  Comma-delimited list of state groups of the state.
+         *  It is not an array so don't use square brackets [].
+         *  
+         *  @langversion 3.0
+         *  @playerversion Flash 9
+         *  @playerversion AIR 1.1
+         *  @productversion Flex 3
+         */
+        public var stateGroups:String;
+        
+        /**
          *  The array of overrides.  This is normally set by the compiler.
          *  
          *  @langversion 3.0

Reply via email to