Explorar o código

Fix typo in JqEvent#isPropagationStopped

Fixes spelling and aligns JqEvent method name with jQuery event object method name.
Duncan Beevers %!s(int64=12) %!d(string=hai) anos
pai
achega
52c8ea064a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/js/JQuery.hx

+ 1 - 1
std/js/JQuery.hx

@@ -56,7 +56,7 @@ typedef JqEvent = {
 	// propagation
 	function isDefaultPrevented() : Bool;
 	function isImmediatePropagationStopped() : Bool;
-	function isPropationStopped() : Bool;
+	function isPropagationStopped() : Bool;
 	function preventDefault() : Void;
 	function stopImmediatePropagation() : Void;
 	function stopPropagation() : Void;