This is an automated email from the ASF dual-hosted git repository. harbs pushed a commit to branch feature/strandwork in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 27c292ac6d6ac024d5f1c6d60a3216729e2ed645 Author: Harbs <[email protected]> AuthorDate: Thu Dec 7 17:13:25 2017 +0200 again --- .../src/main/royale/org/apache/royale/utils/MockContentView.as | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 e62caa2..c8dc7e3 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 @@ -142,15 +142,13 @@ package org.apache.royale.utils return null; } - public function registerBead(bead:IBead):void - { - } public function addBead(bead:IBead):void { // TODO Auto Generated method stub } + public function registerBead(bead:IBead):void{} public function addBeads():void{} public function getBeadByType(classOrInterface:Class):IBead -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
