Fix a asterisk bug.

This commit is contained in:
Junle Li
2014-06-16 01:42:56 +08:00
parent 3b741930bd
commit cd8356008b
+1 -1
View File
@@ -172,7 +172,7 @@ interface JQueryXHR extends XMLHttpRequest, JQueryPromise<any> {
* Incorporates the functionality of the .done() and .fail() methods, allowing (as of jQuery 1.8) the underlying Promise to be manipulated. Refer to deferred.then() for implementation details.
*/
then(doneCallback: (data: any, textStatus: string, jqXHR: JQueryXHR) => void, failCallback: (jqXHR: JQueryXHR, textStatus: string, errorThrown: any) => void): JQueryPromise<any>;
/*
/**
* Property containing the parsed response if the response Content-Type is json
*/
responseJSON?: any;