Merge pull request #420 from Diullei/master

changed: jquery isPropogationStopped() to isPropagationStopped() #418
This commit is contained in:
Diullei Gomes
2013-03-26 04:52:35 -07:00
+1 -1
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;