changed: jquery isPropogationStopped() to isPropagationStopped() #418

This commit is contained in:
Diullei Gomes
2013-03-26 08:50:47 -03:00
parent aab5bf50e9
commit 8737e06d9e

2
jquery/jquery.d.ts vendored
View File

@@ -114,7 +114,7 @@ interface BaseJQueryEventObject extends Event {
delegateTarget: Element;
isDefaultPrevented(): bool;
isImmediatePropogationStopped(): bool;
isPropogationStopped(): bool;
isPropagationStopped(): bool;
namespace: string;
preventDefault(): any;
relatedTarget: Element;