You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/11/02 15:14:24 UTC

[19/43] git commit: [flex-asjs] [refs/heads/refactor-sprite] - fix BasicClasses

fix BasicClasses


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

Branch: refs/heads/refactor-sprite
Commit: 6683f9b960ebf9603678fe83c76296be15468ea4
Parents: d3b40de
Author: Alex Harui <ah...@apache.org>
Authored: Wed Oct 26 14:19:53 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 1 07:46:51 2016 -0700

----------------------------------------------------------------------
 frameworks/projects/Basic/src/main/flex/BasicClasses.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6683f9b9/frameworks/projects/Basic/src/main/flex/BasicClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/flex/BasicClasses.as b/frameworks/projects/Basic/src/main/flex/BasicClasses.as
index 1271417..527d182 100644
--- a/frameworks/projects/Basic/src/main/flex/BasicClasses.as
+++ b/frameworks/projects/Basic/src/main/flex/BasicClasses.as
@@ -25,7 +25,7 @@ package
  *  beyond those that are found by dependecy analysis starting
  *  from the classes specified in manifest.xml.
  */
-internal class HTMLClasses
+internal class BasicClasses
 {
 
     import org.apache.flex.html.ToolTip; ToolTip;