Updated Branches:
  refs/heads/develop 59dd2be7f -> 14a8190dd

added helpful comment about compiler generating skin parts


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

Branch: refs/heads/develop
Commit: 14a8190dd212aa56a5d20dc49e4950e821126197
Parents: 59dd2be
Author: Justin Mclean <jmcl...@apache.org>
Authored: Sun Jan 5 16:21:30 2014 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Sun Jan 5 16:21:30 2014 +1100

----------------------------------------------------------------------
 .../src/spark/components/supportClasses/SkinnableComponent.as    | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/14a8190d/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableComponent.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableComponent.as
 
b/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableComponent.as
index 07b561b..2a8c730 100644
--- 
a/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableComponent.as
+++ 
b/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableComponent.as
@@ -192,6 +192,10 @@ public class SkinnableComponent extends UIComponent
      * through the skin parts. The property name will be the name of the 
      * skin part and it's value will be a boolean specifying if it is required
      * or not.
+        * 
+        * The actual return value of this method will be generated by the
+        * compiler and may not be null.
+        * 
      */
     protected function get skinParts():Object
     {

Reply via email to