react-interface
Advanced tools
Comparing version 0.9.4-alpha.39 to 0.9.4-alpha.40
@@ -142,3 +142,5 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
document.removeEventListener('click', this._handleOutsideTap, true); | ||
this.detector.uninstall(); | ||
if (this.detector) { | ||
this.detector.uninstall(); | ||
} | ||
}; | ||
@@ -145,0 +147,0 @@ |
@@ -172,3 +172,5 @@ 'use strict'; | ||
document.removeEventListener('click', this._handleOutsideTap, true); | ||
this.detector.uninstall(); | ||
if (this.detector) { | ||
this.detector.uninstall(); | ||
} | ||
}; | ||
@@ -175,0 +177,0 @@ |
{ | ||
"name": "react-interface", | ||
"version": "0.9.4-alpha.39", | ||
"version": "0.9.4-alpha.40", | ||
"description": "react-interface React component", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
259229
5364