mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Q definitions updated
This commit is contained in:
+1
-1
@@ -72,4 +72,4 @@ Q.allResolved([])
|
||||
var exception = promise.valueOf().exception;
|
||||
}
|
||||
})
|
||||
});
|
||||
});
|
||||
Vendored
+1
-1
@@ -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 );
|
||||
}
|
||||
|
||||
Vendored
+2
-1
@@ -7,7 +7,8 @@
|
||||
declare function describe(description: string, specDefinitions: Function): void;
|
||||
declare function xdescribe(description: string, specDefinitions: Function): void;
|
||||
|
||||
declare function it(expectation: string, assertion: Function): void;
|
||||
declare function it(expectation: string, assertion: () => void ): void;
|
||||
declare function it(expectation: string, assertion: (done: (err?) => void) => void ): void;
|
||||
declare function xit(expectation: string, assertion: Function): void;
|
||||
|
||||
declare function beforeEach(action: Function): void;
|
||||
|
||||
Vendored
+1
-1
@@ -714,7 +714,7 @@ interface JQuery {
|
||||
***********/
|
||||
length: number;
|
||||
selector: string;
|
||||
[x: string]: HTMLElement;
|
||||
[x: string]: any;
|
||||
[x: number]: HTMLElement;
|
||||
|
||||
/**********
|
||||
|
||||
Reference in New Issue
Block a user