Add missing semicolons

This commit is contained in:
Jan Trejbal
2015-06-18 14:17:53 +02:00
parent 1e5786baef
commit 98c5ba0d56
+2 -2
View File
@@ -261,8 +261,8 @@ declare module google.maps {
getProperty(name: string): any;
removeProperty(name: string): void;
setGeometry(newGeometry: Data.Geometry|LatLng): void; // TODO LatLngLiteral
setProperty(name: string, newValue: any): void
toGeoJson(callback: (feature: Object) => void): void
setProperty(name: string, newValue: any): void;
toGeoJson(callback: (feature: Object) => void): void;
}
export interface FeatureOptions {