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/09/22 06:41:19 UTC

git commit: [flex-asjs] [refs/heads/spark] - fix warning

Repository: flex-asjs
Updated Branches:
  refs/heads/spark 941b9764d -> d4e438c44


fix warning


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

Branch: refs/heads/spark
Commit: d4e438c440decfdec680142c4a9f43abd539f195
Parents: 941b976
Author: Alex Harui <ah...@apache.org>
Authored: Wed Sep 21 23:41:09 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Sep 21 23:41:09 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d4e438c4/frameworks/projects/MX/src/main/flex/flex/display/Sprite.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/MX/src/main/flex/flex/display/Sprite.as b/frameworks/projects/MX/src/main/flex/flex/display/Sprite.as
index 369aca4..b710ae2 100644
--- a/frameworks/projects/MX/src/main/flex/flex/display/Sprite.as
+++ b/frameworks/projects/MX/src/main/flex/flex/display/Sprite.as
@@ -22,7 +22,6 @@ package flex.display
     import mx.managers.SystemManagerGlobals;
     
     import org.apache.flex.core.UIBase;
-    import org.apache.flex.core.WrappedHTMLElement;
     import org.apache.flex.geom.Point;
     import org.apache.flex.svg.CompoundGraphic;
     import org.apache.flex.utils.PointUtils;
@@ -34,6 +33,7 @@ package flex.display
     COMPILE::JS
     {
         import flex.events.IEventDispatcher;
+        import org.apache.flex.core.WrappedHTMLElement;
     }
     
 	public class Sprite extends UIBase implements DisplayObjectContainer, IEventDispatcher