Repository: flex-asjs
Updated Branches:
  refs/heads/feature/chart-work dc2a1a283 -> d2fe8c192


Left out an important piece from Container.


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

Branch: refs/heads/feature/chart-work
Commit: d2fe8c192bb11b359ce14a35355585f09bc22092
Parents: dc2a1a2
Author: Peter Ent <p...@apache.org>
Authored: Fri Mar 31 09:22:05 2017 -0400
Committer: Peter Ent <p...@apache.org>
Committed: Fri Mar 31 09:22:05 2017 -0400

----------------------------------------------------------------------
 .../HTML/src/main/flex/org/apache/flex/html/Container.as       | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d2fe8c19/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Container.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Container.as 
b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Container.as
index 20e362d..eb39c88 100644
--- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Container.as
+++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Container.as
@@ -24,6 +24,12 @@ package org.apache.flex.html
        import org.apache.flex.core.ValuesManager;
        import org.apache.flex.events.Event;
        import org.apache.flex.utils.MXMLDataInterpreter;
+       
+       /**
+        * The default property uses when additional MXML content appears 
within an element's
+        * definition in an MXML file.
+        */
+       [DefaultProperty("mxmlContent")]
 
        
     /**

Reply via email to