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

yishayw 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 00ef033  Implement set positioner on IUIBase implementers
00ef033 is described below

commit 00ef0332e1e781e17a358d1c38594f25b0ae7026
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Tue Jan 2 13:56:58 2018 +0200

    Implement set positioner on IUIBase implementers
---
 .../src/main/royale/org/apache/royale/utils/MockContentView.as      | 5 +++++
 .../src/main/royale/org/apache/royale/utils/MockLayoutChild.as      | 5 +++++
 .../src/main/royale/org/apache/royale/utils/MockLayoutParent.as     | 6 ++++++
 3 files changed, 16 insertions(+)

diff --git 
a/frameworks/projects/Effects/src/main/royale/org/apache/royale/utils/MockContentView.as
 
b/frameworks/projects/Effects/src/main/royale/org/apache/royale/utils/MockContentView.as
index 2de1ce9..490c6b2 100644
--- 
a/frameworks/projects/Effects/src/main/royale/org/apache/royale/utils/MockContentView.as
+++ 
b/frameworks/projects/Effects/src/main/royale/org/apache/royale/utils/MockContentView.as
@@ -269,6 +269,11 @@ package org.apache.royale.utils
                        return elements;
                }
 
+               COMPILE::JS
+        public function set positioner(value:WrappedHTMLElement):void
+               {
+                       // void implementation of IUIBase.positioner
+               }
 
        }
 }
diff --git 
a/frameworks/projects/Effects/src/main/royale/org/apache/royale/utils/MockLayoutChild.as
 
b/frameworks/projects/Effects/src/main/royale/org/apache/royale/utils/MockLayoutChild.as
index 678e1ee..7004fe1 100644
--- 
a/frameworks/projects/Effects/src/main/royale/org/apache/royale/utils/MockLayoutChild.as
+++ 
b/frameworks/projects/Effects/src/main/royale/org/apache/royale/utils/MockLayoutChild.as
@@ -315,5 +315,10 @@ package org.apache.royale.utils
                        return null;
                }
 
+               COMPILE::JS
+        public function set positioner(value:WrappedHTMLElement):void
+               {
+                       // void implementation of IUIBase.positioner
+               }
        }
 }
diff --git 
a/frameworks/projects/Effects/src/main/royale/org/apache/royale/utils/MockLayoutParent.as
 
b/frameworks/projects/Effects/src/main/royale/org/apache/royale/utils/MockLayoutParent.as
index 404985c..bb4a5a9 100644
--- 
a/frameworks/projects/Effects/src/main/royale/org/apache/royale/utils/MockLayoutParent.as
+++ 
b/frameworks/projects/Effects/src/main/royale/org/apache/royale/utils/MockLayoutParent.as
@@ -326,6 +326,12 @@ package org.apache.royale.utils
                }
 
                COMPILE::JS
+        public function set positioner(value:WrappedHTMLElement):void
+               {
+                       // void implementation of IUIBase.positioner
+               }
+
+               COMPILE::JS
                public function get element():WrappedHTMLElement
                {
                        return null;

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to