mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
jQuery: cater for jQuery.clientSideLogging
I haven't looked in detail at this but it looks that jQuery.clientSideLogging is ill-advisedly clobbering ```$.error```. This should probable be addressed at some point.
This commit is contained in:
Vendored
+1
-1
@@ -853,7 +853,7 @@ interface JQueryStatic {
|
||||
*
|
||||
* @param message The message to send out.
|
||||
*/
|
||||
error(message: string): JQuery;
|
||||
error(message: any): JQuery;
|
||||
|
||||
expr: any;
|
||||
fn: any; //TODO: Decide how we want to type this
|
||||
|
||||
Reference in New Issue
Block a user