You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/11/21 13:17:41 UTC

[2/3] git commit: [flex-asjs] [refs/heads/develop] - Needed placeholder classes for these namespaces as well

Needed placeholder classes for these namespaces as well

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/b5214afa
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/b5214afa
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/b5214afa

Branch: refs/heads/develop
Commit: b5214afa5ec7a8eca93e912222b84515653ac0ea
Parents: 0115447
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Nov 21 13:16:45 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Nov 21 13:17:30 2014 +0100

----------------------------------------------------------------------
 vf2js/utils/PlayerGlobalToJS/src/PlayerGlobalToJS.mxml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b5214afa/vf2js/utils/PlayerGlobalToJS/src/PlayerGlobalToJS.mxml
----------------------------------------------------------------------
diff --git a/vf2js/utils/PlayerGlobalToJS/src/PlayerGlobalToJS.mxml b/vf2js/utils/PlayerGlobalToJS/src/PlayerGlobalToJS.mxml
index 4b2a97c..c1a2c99 100755
--- a/vf2js/utils/PlayerGlobalToJS/src/PlayerGlobalToJS.mxml
+++ b/vf2js/utils/PlayerGlobalToJS/src/PlayerGlobalToJS.mxml
@@ -140,8 +140,10 @@
 			
 			parseClasses();
 			
-			// VERY special case
+			// namespace 'classes'
 			functions_['mx.core.mx_internal'] = 'mx.core.mx_internal';
+			functions_['mx.utils.object_proxy'] = 'mx.utils.object_proxy';
+			functions_['flashx.textLayout.tlf_internal'] = 'flashx.textLayout.tlf_internal';
 			
 			for (key in functions_) {
 				clazz = new Clazz(null);