mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Add missing semicolons
This commit is contained in:
Vendored
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user