mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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:
Vendored
+1
-2
@@ -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 {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user