Merge pull request #413 from qcz/smallfixes2

jQuery and Google Maps fixes
This commit is contained in:
Diullei Gomes
2013-03-23 12:00:52 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1123,7 +1123,7 @@ declare module google.maps {
worldSize?: Size;
}
export interface StreetViewService {
export class StreetViewService {
getPanoramaById(pano: string, callback: (streetViewPanoramaData: StreetViewPanoramaData, streetViewStatus: StreetViewStatus) => void );
getPanoramaByLocation(latlng: LatLng, radius: number, callback: (streetViewPanoramaData: StreetViewPanoramaData, streetViewStatus: StreetViewStatus) => void );
}
+1 -1
View File
@@ -714,7 +714,7 @@ interface JQuery {
***********/
length: number;
selector: string;
[x: string]: HTMLElement;
[x: string]: any;
[x: number]: HTMLElement;
/**********