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:
John Reilly
2014-01-21 14:36:28 +00:00
parent 43e6ac7021
commit f7819b3f77
+1 -1
View File
@@ -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