mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Merge pull request #6810 from mmiszy/master
jquery: Fix noConflict return type. Fix #5840
This commit is contained in:
2
jquery/jquery.d.ts
vendored
2
jquery/jquery.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user