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/08/20 23:32:37 UTC

[royale-asjs] 03/05: forgot to change this

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

commit c1168dca01ba7289a790d9953038c4d3a2dea159
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Aug 20 16:19:28 2019 -0700

    forgot to change this
---
 mustella/tests/mxtests/basicTests/RoyaleContext.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mustella/tests/mxtests/basicTests/RoyaleContext.as b/mustella/tests/mxtests/basicTests/RoyaleContext.as
index bffe2f4..91fb4e7 100644
--- a/mustella/tests/mxtests/basicTests/RoyaleContext.as
+++ b/mustella/tests/mxtests/basicTests/RoyaleContext.as
@@ -34,7 +34,7 @@ public class RoyaleContext
 	
 	public static function contextFunction():Object
 	{
-		return UnitTester._root["component"];		
+		return UnitTester._root["mxmlDocument"];		
 	}
 }