You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2015/01/21 21:07:18 UTC

[5/6] git commit: [flex-sdk] [refs/heads/develop] - Update Callout.as

Update Callout.as

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

Branch: refs/heads/develop
Commit: 81618ab0285c7aa2143528239613e7c11eeca99d
Parents: ba0144f
Author: Kevin Godell <ke...@gmail.com>
Authored: Tue Jan 13 18:42:53 2015 -0600
Committer: Kevin Godell <ke...@gmail.com>
Committed: Tue Jan 13 18:42:53 2015 -0600

----------------------------------------------------------------------
 frameworks/projects/spark/src/spark/components/Callout.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/81618ab0/frameworks/projects/spark/src/spark/components/Callout.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/Callout.as b/frameworks/projects/spark/src/spark/components/Callout.as
index dec204a..ff35d7d 100644
--- a/frameworks/projects/spark/src/spark/components/Callout.as
+++ b/frameworks/projects/spark/src/spark/components/Callout.as
@@ -1683,7 +1683,7 @@ public class Callout extends SkinnablePopUpContainer
      */
     private function systemManager_resizeHandler(event:Event):void
     {
-    	//callLater() solves bug FLEX-34712 only affecting device and not found on simulator
+    	//callLater() solves bug FLEX-34712 only affecting android device and not affecting ios device or simulator
     	//where calculatePopUpPosition()'s correct x or y may not be immediately available
         callLater(queued_systemManager_resizeHandler, [event]);
     }