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:37:01 UTC

[09/50] git commit: [flex-sdk] [refs/heads/master] - MXMLC then saw these as ambiguous, but Falcon didn't?

MXMLC then saw these as ambiguous, but Falcon didn't?


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

Branch: refs/heads/master
Commit: 5d2dc3f09acf773f96d6338e930b4bd2dd3ec281
Parents: 7a6be43
Author: Alex Harui <ah...@apache.org>
Authored: Sun Sep 1 23:05:12 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Oct 10 23:18:35 2013 -0700

----------------------------------------------------------------------
 .../basicTests/graphics/scripts/GraphicsTagsTestScript.mxml    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5d2dc3f0/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 b64bf68..c9943b5 100644
--- a/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml
+++ b/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml
@@ -72,11 +72,11 @@
             public var stroke10Alpha:SolidColorStroke = new SolidColorStroke(0x000000, 10, 0.4);
 
             [Bindable]
-            public var bevelFilter:BevelFilter = new BevelFilter();
+            public var bevelFilter:spark.filters.BevelFilter = new spark.filters.BevelFilter();
             [Bindable]
-            public var blurFilter:BlurFilter = new BlurFilter();
+            public var blurFilter:spark.filters.BlurFilter = new spark.filters.BlurFilter();
             [Bindable]
-            public var dropShadowFilter:DropShadowFilter = new DropShadowFilter(0xFF00FF);
+            public var dropShadowFilter:spark.filters.DropShadowFilter = new spark.filters.DropShadowFilter(0xFF00FF);
 
             [Bindable]
             public var linearGrad:LinearGradient = new LinearGradient();