Repository: flex-asjs
Updated Branches:
  refs/heads/develop 1ccd1f8bd -> 1c9786dd6


Fixed asClass() return type

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

Branch: refs/heads/develop
Commit: 1c9786dd6c595d2a0513f928cfe9a0245a8f22d3
Parents: 1ccd1f8
Author: Andy Dufilie <[email protected]>
Authored: Sat Jan 9 22:29:49 2016 -0500
Committer: Andy Dufilie <[email protected]>
Committed: Sat Jan 9 23:03:22 2016 -0500

----------------------------------------------------------------------
 frameworks/projects/Core/as/src/org/apache/flex/utils/Language.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1c9786dd/frameworks/projects/Core/as/src/org/apache/flex/utils/Language.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/as/src/org/apache/flex/utils/Language.as 
b/frameworks/projects/Core/as/src/org/apache/flex/utils/Language.as
index 2ff05c6..0627820 100644
--- a/frameworks/projects/Core/as/src/org/apache/flex/utils/Language.as
+++ b/frameworks/projects/Core/as/src/org/apache/flex/utils/Language.as
@@ -195,7 +195,7 @@ package org.apache.flex.utils
         /**
          * Implementation of "classDef as Class"
          */
-        public function asClass(classDef:*):Boolean
+        public function asClass(classDef:*):Class
         {
             return isClass(classDef) ? classDef : null;
         }

Reply via email to