diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index 5928165b3c..b42f77aaa1 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -484,14 +484,6 @@ interface JQueryDeferred extends JQueryPromise { */ resolve(value?: T, ...args: any[]): JQueryDeferred; - // COMMENTED OUT AS MAKES resolve LESS USEFUL - PERHAPS REMOVE ENTIRELY LATER - /** - * Resolve a Deferred object and call any doneCallbacks with the given args. - * - * @param args Optional arguments that are passed to the doneCallbacks. - */ - //resolve(...args: any[]): JQueryDeferred; - /** * Resolve a Deferred object and call any doneCallbacks with the given context and args. *