This is an automated email from the ASF dual-hosted git repository.

pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 573403f  revert IUIComponent.as document property removed
573403f is described below

commit 573403f88b7df83e6f9aa931c53a46d504f2c200
Author: pashminakazi <[email protected]>
AuthorDate: Wed Dec 16 21:36:17 2020 +0500

    revert IUIComponent.as document property removed
---
 .../src/main/royale/mx/core/IUIComponent.as         | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/core/IUIComponent.as 
b/frameworks/projects/MXRoyale/src/main/royale/mx/core/IUIComponent.as
index e236076..497dbe2 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/IUIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/IUIComponent.as
@@ -487,27 +487,6 @@ public interface IUIComponent extends IFlexDisplayObject, 
IChild, IUIBase, IChil
      *  @productversion Flex 3
      */
     function owns(displayObject:IUIBase):Boolean;
-    
-    //----------------------------------
-    //  document
-    //----------------------------------
-
-    /**
-     *  A reference to the document object associated with this component. 
-     *  A document object is an Object at the top of the hierarchy
-     *  of a Flex application, MXML component, or ActionScript component.
-     *  
-     *  @langversion 3.0
-     *  @playerversion Flash 9
-     *  @playerversion AIR 1.1
-     *  @productversion Flex 3
-     */
-    function get document():Object
-
-    /**
-     *  @private
-     */
-    function set document(value:Object):void
 }
 
 }

Reply via email to