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 2014/08/23 06:45:31 UTC

[24/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - fixed Alert call

fixed Alert call


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

Branch: refs/heads/master
Commit: 6a9304b5677eea975f02b60c1d28862a67566155
Parents: d087d91
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Aug 11 11:25:50 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Aug 11 11:25:50 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/spark/events/EventExample4.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/6a9304b5/TourDeFlex/TourDeFlex3/src/spark/events/EventExample4.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/spark/events/EventExample4.mxml b/TourDeFlex/TourDeFlex3/src/spark/events/EventExample4.mxml
index 3347796..609302f 100644
--- a/TourDeFlex/TourDeFlex3/src/spark/events/EventExample4.mxml
+++ b/TourDeFlex/TourDeFlex3/src/spark/events/EventExample4.mxml
@@ -29,7 +29,7 @@
 			private function handleClick(event:MouseEvent):void
 			{
 				b.enabled = false;
-				mx.controls.Alert.show('clicked!');
+				Alert.show('clicked!');
 			}
 		]]>
 	</fx:Script>