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:21 UTC

[05/28] git commit: [flex-asjs] [refs/heads/develop] - add rect to swc

add rect to swc


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

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

----------------------------------------------------------------------
 frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/91144ace/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as b/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
index 481e149..8b42a0d 100644
--- a/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
+++ b/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
@@ -132,6 +132,7 @@ internal class FlexJSUIClasses
     import org.apache.flex.core.DropType; DropType;
     import org.apache.flex.core.DataBindingBase; DataBindingBase;
     import org.apache.flex.effects.PlatformWiper; PlatformWiper;    
+    import org.apache.flex.geom.Rectangle; Rectangle;    
     
 	import mx.core.ClassFactory; ClassFactory;
     import mx.states.AddItems; AddItems;