element-resize-event
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -7,3 +7,3 @@ module.exports = function(element, fn) { | ||
if (typeof navigator !== "undefined") { | ||
var isIE = navigator.userAgent.match(/Trident/); | ||
var isIE = navigator.userAgent.match(/Trident/) || navigator.userAgent.match(/Edge/); | ||
} | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "element-resize-event", | ||
"description": "Polyfill to make it easy to listen for element resize events", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
element-resize-event | ||
================== | ||
Polyfill to make it easy to listen for element resize events | ||
Library to make it easy to listen for element resize events | ||
@@ -6,0 +6,0 @@ Code borrowed from a [blog post by |
Sorry, the diff of this file is not supported yet
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
100950