diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts
index e40110c16..1884180fb 100644
--- a/jquery/jquery.d.ts
+++ b/jquery/jquery.d.ts
@@ -1,6 +1,6 @@
// Type definitions for jQuery 1.10.x / 2.0.x
// Project: http://jquery.com/
-// Definitions by: Boris Yankov , Christian Hoffmeister , Steve Fenton , Diullei Gomes , Tass Iliopoulos , Jason Swearingen , Sean Hill , Guus Goossens , Kelly Summerlin , Basarat Ali Syed , Nicholas Wolverson , Derek Cicerone , Andrew Gaspar , James Harrison Fisher , Seikichi Kondo , Benjamin Jackman , Poul Sorensen , Josh Strobl , John Reilly
+// Definitions by: Boris Yankov , Christian Hoffmeister , Steve Fenton , Diullei Gomes , Tass Iliopoulos , Jason Swearingen , Sean Hill , Guus Goossens , Kelly Summerlin , Basarat Ali Syed , Nicholas Wolverson , Derek Cicerone , Andrew Gaspar , James Harrison Fisher , Seikichi Kondo , Benjamin Jackman , Poul Sorensen , Josh Strobl , John Reilly , Dick van den Brink
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/* *****************************************************************************
@@ -525,10 +525,6 @@ interface JQueryDeferred extends JQueryPromise {
* @param args An optional array of arguments that are passed to the doneCallbacks.
*/
resolveWith(context: any, ...args: any[]): JQueryDeferred;
- /**
- * Determine the current state of a Deferred object.
- */
- state(): string;
/**
* Return a Deferred's Promise object.