header
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e7013585 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e7013585 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e7013585 Branch: refs/heads/spark Commit: e701358539dc118a95d193487aa40503a3968ead Parents: 9dfef27 Author: Alex Harui <[email protected]> Authored: Fri Mar 11 14:56:40 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Fri Mar 11 14:56:40 2016 -0800 ---------------------------------------------------------------------- .../src/main/flex/google/maps/MouseEvent.as | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e7013585/frameworks/projects/GoogleMaps/src/main/flex/google/maps/MouseEvent.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/src/main/flex/google/maps/MouseEvent.as b/frameworks/projects/GoogleMaps/src/main/flex/google/maps/MouseEvent.as index f06d7c5..4b0849b 100644 --- a/frameworks/projects/GoogleMaps/src/main/flex/google/maps/MouseEvent.as +++ b/frameworks/projects/GoogleMaps/src/main/flex/google/maps/MouseEvent.as @@ -1,3 +1,22 @@ +/* + * Copyright 2010 The Closure Compiler Authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * This file was generated from Google's Externs for the Google Maps v3.11 API. + * Modifications may have been implemented at the Apache Software Foundation. + */ package google.maps { /**
