eliminate circular

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

Branch: refs/heads/feature/chart-work
Commit: 16ee6cdbc4ecc90b4b2d9ef8336635b9e9ad51f8
Parents: 6c71106
Author: Alex Harui <[email protected]>
Authored: Tue Mar 28 13:49:58 2017 -0700
Committer: Alex Harui <[email protected]>
Committed: Tue Mar 28 13:49:58 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/16ee6cdb/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Panel.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Panel.as 
b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Panel.as
index 09b5cc1..ab3b114 100644
--- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Panel.as
+++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Panel.as
@@ -133,6 +133,7 @@ package org.apache.flex.html
                
                /**
                 * @private
+                * @flexjsignorecoercion org.apache.flex.html.beads.PanelView
                 */
                override public function addElement(c:IChild, 
dispatchEvent:Boolean = true):void
                {
@@ -143,6 +144,7 @@ package org.apache.flex.html
                
                /**
                 * @private
+                * @flexjsignorecoercion org.apache.flex.html.beads.PanelView
                 */
                override public function addElementAt(c:IChild, index:int, 
dispatchEvent:Boolean = true):void
                {
@@ -153,6 +155,7 @@ package org.apache.flex.html
                
                /**
                 * @private
+                * @flexjsignorecoercion org.apache.flex.html.beads.PanelView
                 */
                override public function getElementIndex(c:IChild):int
                {
@@ -162,6 +165,7 @@ package org.apache.flex.html
                
                /**
                 * @private
+                * @flexjsignorecoercion org.apache.flex.html.beads.PanelView
                 */
                override public function removeElement(c:IChild, 
dispatchEvent:Boolean = true):void
                {
@@ -171,6 +175,7 @@ package org.apache.flex.html
                
                /**
                 * @private
+                * @flexjsignorecoercion org.apache.flex.html.beads.PanelView
                 */
                override public function get numElements():int
                {
@@ -180,6 +185,7 @@ package org.apache.flex.html
                
                /**
                 * @private
+                * @flexjsignorecoercion org.apache.flex.html.beads.PanelView
                 */
                override public function getElementAt(index:int):IChild
                {

Reply via email to