From 43e6ac70211f226af3ffd9025e93fa5cce1aea67 Mon Sep 17 00:00:00 2001 From: John Reilly Date: Tue, 21 Jan 2014 13:42:00 +0000 Subject: [PATCH] jQuery: back --- jquery/jquery.d.ts | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index d76e918c9..6a670863a 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -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;