mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-25 16:11:24 +08:00
changed: jquery isPropogationStopped() to isPropagationStopped() #418
This commit is contained in:
2
jquery/jquery.d.ts
vendored
2
jquery/jquery.d.ts
vendored
@@ -114,7 +114,7 @@ interface BaseJQueryEventObject extends Event {
|
||||
delegateTarget: Element;
|
||||
isDefaultPrevented(): bool;
|
||||
isImmediatePropogationStopped(): bool;
|
||||
isPropogationStopped(): bool;
|
||||
isPropagationStopped(): bool;
|
||||
namespace: string;
|
||||
preventDefault(): any;
|
||||
relatedTarget: Element;
|
||||
|
||||
Reference in New Issue
Block a user