mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #2484 from AustinBrunkhorst/patch-1
Fix isImmediatePropagationStopped() typo.
This commit is contained in:
Vendored
+1
-1
@@ -545,7 +545,7 @@ interface BaseJQueryEventObject extends Event {
|
||||
data: any;
|
||||
delegateTarget: Element;
|
||||
isDefaultPrevented(): boolean;
|
||||
isImmediatePropogationStopped(): boolean;
|
||||
isImmediatePropagationStopped(): boolean;
|
||||
isPropagationStopped(): boolean;
|
||||
namespace: string;
|
||||
preventDefault(): any;
|
||||
|
||||
Reference in New Issue
Block a user