diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index ee6c0e19d..6c43e6cf9 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -805,7 +805,7 @@ interface JQueryStatic { * * @param removeAll A Boolean indicating whether to remove all jQuery variables from the global scope (including jQuery itself). */ - noConflict(removeAll?: boolean): Object; + noConflict(removeAll?: boolean): JQueryStatic; /** * Provides a way to execute callback functions based on one or more objects, usually Deferred objects that represent asynchronous events.