Merge pull request #1831 from 44ka28ta/fixPrototype

fix the return type of google.maps.Polygon.getPaths
This commit is contained in:
Masahiro Wakame
2014-03-15 18:21:15 +09:00
+1 -1
View File
@@ -367,7 +367,7 @@ declare module google.maps {
getEditable(): boolean;
getMap(): Map;
getPath(): MVCArray;
getPaths(): MVCArray[];
getPaths(): MVCArray;
getVisible(): boolean;
setDraggable(draggable: boolean): void;
setEditable(editable: boolean): void;