You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/03/28 13:30:32 UTC

[royale-asjs] branch feature/layout-optimization updated: Fixed types

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

harbs pushed a commit to branch feature/layout-optimization
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/layout-optimization by this push:
     new c8f510f  Fixed types
c8f510f is described below

commit c8f510facf1bbdabfc5df19c09be702171760ee0
Author: Harbs <ha...@in-tools.com>
AuthorDate: Wed Mar 28 16:30:24 2018 +0300

    Fixed types
---
 frameworks/projects/XML/src/main/royale/XML.as | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/XML/src/main/royale/XML.as b/frameworks/projects/XML/src/main/royale/XML.as
index 1f1de73..56b14ea 100644
--- a/frameworks/projects/XML/src/main/royale/XML.as
+++ b/frameworks/projects/XML/src/main/royale/XML.as
@@ -1367,7 +1367,7 @@ package
 		 * @return 
 		 * 
 		 */
-		public function localName():Object
+		public function localName():String
 		{
 			return name().localName;
 		}
@@ -1380,7 +1380,7 @@ package
 		 * @return 
 		 * 
 		 */
-		public function name():Object
+		public function name():QName
 		{
 			if(!_name)
 				_name = getQName("","","",false);

-- 
To stop receiving notification emails like this one, please contact
harbs@apache.org.