Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#1593 from 44ka28ta/fixPrototype
Browse files Browse the repository at this point in the history
Fix a minor definition.
  • Loading branch information
vvakame committed Jan 28, 2014
2 parents 972e9b4 + ed65b59 commit 01c8bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googlemaps/google.maps.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ declare module google.maps {
/***** Geometry Library *****/
export module geometry {
export class encoding {
static decodePath(encodedPath: string): LatLng;
static decodePath(encodedPath: string): LatLng[];
static encodePath(path: any[]): string;
}

Expand Down

0 comments on commit 01c8bbc

Please sign in to comment.