mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
jquery: Fix noConflict return type. Fix #5840
This commit is contained in:
Vendored
+1
-1
@@ -795,7 +795,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