jquery: Fix noConflict return type. Fix #5840

This commit is contained in:
Michal Miszczyszyn
2015-11-17 20:06:22 +01:00
parent 0a6894d9ec
commit 4f3550010a
+1 -1
View File
@@ -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.