react-onclickoutside
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -61,7 +61,3 @@ /** | ||
return function(evt) { | ||
if (evt.stopImmediatePropagation) { | ||
evt.stopImmediatePropagation(); | ||
} else { | ||
evt.stopPropagation(); | ||
} | ||
evt.stopPropagation(); | ||
var source = evt.target; | ||
@@ -68,0 +64,0 @@ var found = false; |
{ | ||
"name": "react-onclickoutside", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "An onClickOutside mixin for React components", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8511
141