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 2014/11/11 23:08:20 UTC

[04/28] git commit: [flex-asjs] [refs/heads/develop] - wipe needs to use this rect

wipe needs to use this rect


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

Branch: refs/heads/develop
Commit: d53b7190c6c5c0926c043b9f5c89040a0856b97c
Parents: 91144ac
Author: Alex Harui <ah...@apache.org>
Authored: Mon Nov 3 15:14:31 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 11 14:07:56 2014 -0800

----------------------------------------------------------------------
 .../as/projects/FlexJSJX/src/org/apache/flex/effects/Wipe.as      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d53b7190/frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Wipe.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Wipe.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Wipe.as
index f4f2bfe..fe83935 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Wipe.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Wipe.as
@@ -20,10 +20,9 @@
 package org.apache.flex.effects
 {
 
-import flash.geom.Rectangle;
-
 import org.apache.flex.core.IDocument;
 import org.apache.flex.core.IUIBase;
+import org.apache.flex.geom.Rectangle;
 
 /**
  *  The Fade effect animates a UI component's alpha or opacity.