[jquery] false | false = false

This commit is contained in:
Leonard Thieu
2017-06-16 15:28:40 -04:00
parent 19ff1167c1
commit a91a7d2478

View File

@@ -2224,7 +2224,7 @@ interface JQuery<TElement extends Node = HTMLElement> {
* @since 1.4.3
* @deprecated 3.0
*/
unbind(event: string, handler: JQuery.EventHandler<TElement> | false | false): this;
unbind(event: string, handler: JQuery.EventHandler<TElement> | false): this;
/**
* Remove a previously-attached event handler from the elements.
*