You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2021/03/16 12:11:39 UTC

[royale-asjs] branch develop updated: method added in DescribeTypeCache

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

alinakazi 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 9680d50  method added in DescribeTypeCache
9680d50 is described below

commit 9680d5055467b979abce1847c89686b86da185bb
Author: alinakazi <al...@gmail.com>
AuthorDate: Tue Mar 16 17:11:28 2021 +0500

    method added in DescribeTypeCache
---
 .../projects/MXRoyale/src/main/royale/mx/utils/DescribeTypeCache.as | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/utils/DescribeTypeCache.as b/frameworks/projects/MXRoyale/src/main/royale/mx/utils/DescribeTypeCache.as
index 9c4cc2c..24ec385 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/utils/DescribeTypeCache.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/utils/DescribeTypeCache.as
@@ -43,7 +43,11 @@ package mx.utils
 		{ 
 			super(); 
 		} 
-
+		public static function describeType(o:*):Object
+		{
+			var obj:Object;
+			return obj;
+		}
 
 	}