You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/05/09 11:38:31 UTC

[royale-asjs] branch develop updated: remove amf.js since is not needed anymore

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

carlosrovira 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 a50915f  remove amf.js since is not needed anymore
a50915f is described below

commit a50915f53b652a16fc670a969c6ba979b512f8a1
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed May 9 13:38:26 2018 +0200

    remove amf.js since is not needed anymore
---
 .../Network/src/main/royale/org/apache/royale/net/RemoteObject.as    | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/frameworks/projects/Network/src/main/royale/org/apache/royale/net/RemoteObject.as b/frameworks/projects/Network/src/main/royale/org/apache/royale/net/RemoteObject.as
index b44703d..ef4ab48 100755
--- a/frameworks/projects/Network/src/main/royale/org/apache/royale/net/RemoteObject.as
+++ b/frameworks/projects/Network/src/main/royale/org/apache/royale/net/RemoteObject.as
@@ -27,7 +27,7 @@ package org.apache.royale.net
     import org.apache.royale.net.remoting.Operation;
     import org.apache.royale.net.remoting.amf.AMFNetConnection;
     import org.apache.royale.reflection.getClassByAlias;
-    import org.apache.royale.reflection.registerClassAlias;
+    import org.apache.royale.reflection.registerClassAlias;
 
 	[Event(name="result", type="org.apache.royale.net.events.ResultEvent")]
 	[Event(name="fault", type="org.apache.royale.net.events.FaultEvent")]
@@ -47,9 +47,6 @@ package org.apache.royale.net
 		
 		/** 
 		 * 
-		 * <inject_html>
-		 * <script src="https://rawgit.com/emilkm/amfjs/master/amf.js"></script>
-		 * </inject_html>
 		 */ 
 		public function RemoteObject()
 		{

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