You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/01/02 23:13:24 UTC

[royale-asjs] branch develop updated: revert 52fb132168eede607b6615093ae58b99046837a9 and have compiler call a special method instead

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

aharui 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 cea97a2  revert 52fb132168eede607b6615093ae58b99046837a9 and have compiler call a special method instead
cea97a2 is described below

commit cea97a2cbd09db835ed7c197350f60d485c7a892
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Jan 2 15:13:09 2019 -0800

    revert 52fb132168eede607b6615093ae58b99046837a9 and have compiler call a special method instead
---
 frameworks/projects/Language/src/main/royale/QName.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Language/src/main/royale/QName.as b/frameworks/projects/Language/src/main/royale/QName.as
index f19d57d..a0199ef 100644
--- a/frameworks/projects/Language/src/main/royale/QName.as
+++ b/frameworks/projects/Language/src/main/royale/QName.as
@@ -105,7 +105,7 @@ package
 		}
 
 		COMPILE::JS
-		public function toString():String
+		public function objectAccessFormat():String
 		{
 			var uriVal:String = _uri ? _uri : "*";
             uriVal = uriVal.replace(/:/g, "_");