Q definitions updated

This commit is contained in:
Diullei Gomes
2013-03-23 22:40:25 -03:00
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -72,4 +72,4 @@ Q.allResolved([])
var exception = promise.valueOf().exception;
}
})
});
});
+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 );
}
+2 -1
View File
@@ -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;
+1 -1
View File
@@ -714,7 +714,7 @@ interface JQuery {
***********/
length: number;
selector: string;
[x: string]: HTMLElement;
[x: string]: any;
[x: number]: HTMLElement;
/**********