Comparing version 0.2.1 to 0.2.2
@@ -11,5 +11,8 @@ 'use strict'; | ||
var _emptyFunction = require('../utils/emptyFunction'); | ||
var _emptyFunction2 = _interopRequireDefault(_emptyFunction); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var emptyFunction = function emptyFunction() {}; | ||
var lastTime = 0; | ||
@@ -31,4 +34,4 @@ | ||
// Works around a rare bug in Safari 6 where the first request is never invoked. | ||
requestAnimationFrame(emptyFunction); | ||
requestAnimationFrame(_emptyFunction2.default); | ||
exports.default = requestAnimationFrame; |
{ | ||
"name": "dom-lib", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "DOM helper library", | ||
@@ -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
63328
58
1579