Merge pull request #2484 from AustinBrunkhorst/patch-1

Fix isImmediatePropagationStopped() typo.
This commit is contained in:
Masahiro Wakame
2014-07-10 15:35:46 +09:00
+1 -1
View File
@@ -545,7 +545,7 @@ interface BaseJQueryEventObject extends Event {
data: any;
delegateTarget: Element;
isDefaultPrevented(): boolean;
isImmediatePropogationStopped(): boolean;
isImmediatePropagationStopped(): boolean;
isPropagationStopped(): boolean;
namespace: string;
preventDefault(): any;