Update google.maps.d.ts

Removing redundant specification of the MVCObject.setValues method. 'undefined' is incompatible with TypeScript 0.9.
This commit is contained in:
JohnDoeKyrgyz
2013-06-19 16:23:50 -05:00
parent 1da7f2734d
commit 5cd47a63c4
+1 -2
View File
@@ -34,7 +34,6 @@ declare module google.maps {
notify(key: string): void;
set(key: string, value: any): void;
setValues(values: any): void;
setValues(values: undefined);
unbind(key: string): void;
unbindAll(): void;
}
@@ -1582,4 +1581,4 @@ declare module google.maps {
}
}
}
}