Updated Branches: refs/heads/develop 94599c7a9 -> 929a5cda3
add missing import. Falcon cares about this stuff Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/929a5cda Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/929a5cda Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/929a5cda Branch: refs/heads/develop Commit: 929a5cda33421c68da234f43e1c4fea052f4964d Parents: 94599c7 Author: Alex Harui <[email protected]> Authored: Thu Oct 24 15:39:53 2013 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Oct 24 15:40:27 2013 -0700 ---------------------------------------------------------------------- frameworks/projects/spark/src/spark/utils/MouseEventUtil.as | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/929a5cda/frameworks/projects/spark/src/spark/utils/MouseEventUtil.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/spark/src/spark/utils/MouseEventUtil.as b/frameworks/projects/spark/src/spark/utils/MouseEventUtil.as index 3f91a5f..97fc04f 100644 --- a/frameworks/projects/spark/src/spark/utils/MouseEventUtil.as +++ b/frameworks/projects/spark/src/spark/utils/MouseEventUtil.as @@ -162,6 +162,8 @@ package spark.utils } } +import flash.events.Event; + /** * Event used to remove the handlers associated with the press-drag-release * gesture handlers.
