element-resize-event
Advanced tools
Comparing version 2.0.8 to 2.0.9
var requestFrame = (function () { | ||
var window = this | ||
var raf = window.requestAnimationFrame || | ||
@@ -14,2 +15,3 @@ window.mozRequestAnimationFrame || | ||
var cancelFrame = (function () { | ||
var window = this | ||
var cancel = window.cancelAnimationFrame || | ||
@@ -16,0 +18,0 @@ window.mozCancelAnimationFrame || |
{ | ||
"name": "element-resize-event", | ||
"description": "Polyfill to make it easy to listen for element resize events", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
86296
219
51074