You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/10/22 00:36:59 UTC

[07/50] git commit: [flex-sdk] [refs/heads/master] - Falcon caught a missing import

Falcon caught a missing import


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

Branch: refs/heads/master
Commit: 00f5c282a213fac67fa95c955d03ea08c094f7fa
Parents: bd49b40
Author: Alex Harui <ah...@apache.org>
Authored: Sun Sep 1 22:20:23 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Oct 10 23:18:33 2013 -0700

----------------------------------------------------------------------
 .../tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/00f5c282/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml
----------------------------------------------------------------------
diff --git a/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml b/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml
index 5247339..b64bf68 100644
--- a/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml
+++ b/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml
@@ -38,6 +38,7 @@
     <mx:Script>
         <![CDATA[
             import mx.graphics.*;
+			import spark.filters.*;
             import spark.primitives.*;
             import spark.primitives.supportClasses.*;