fix the return type of google.maps.Polygon.getPaths

This commit is contained in:
44ka28ta
2014-03-13 03:32:59 +09:00
parent bd25f3061d
commit adbdf2705f

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;