jQuery: back

This commit is contained in:
John Reilly
2014-01-21 13:42:00 +00:00
parent 0d8bdec36e
commit 43e6ac7021
+1 -18
View File
@@ -856,24 +856,7 @@ interface JQueryStatic {
error(message: string): JQuery;
expr: any;
fn: {
/**
* A string containing the jQuery version number.
*/
jquery: string;
/**
* The number of elements in the jQuery object.
*/
length: number;
/**
* Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
*
* @param object An object to merge onto the jQuery prototype.
*/
extend(object: any): any;
}
fn: any; //TODO: Decide how we want to type this
isReady: boolean;