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 2018/08/03 23:25:50 UTC

[royale-asjs] 02/02: comment out resource bundles for now

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

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

commit 8161c97e56733772b7a7981b87cb048cbcde65bb
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Aug 3 16:25:30 2018 -0700

    comment out resource bundles for now
---
 .../MXRoyale/src/main/royale/mx/rpc/remoting/mxml/RemoteObject.as       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/RemoteObject.as b/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/RemoteObject.as
index 6262c11..c8825d1 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/RemoteObject.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/remoting/mxml/RemoteObject.as
@@ -36,7 +36,7 @@ import mx.rpc.remoting.mxml.Operation;
 
 use namespace mx_internal;
 */
-[ResourceBundle("rpc")]
+//[ResourceBundle("rpc")]
 
 /**
  *  Use the &lt;mx:RemoteObject&gt; tag to represent an HTTPService object in an MXML file.