UNPKG

wix-style-react

Version:
17 lines (12 loc) 666 B
'use strict'; var _deprecationLog = require('../../utils/deprecationLog'); var _deprecationLog2 = _interopRequireDefault(_deprecationLog); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } (0, _deprecationLog2.default)('Using "Backoffice/Tooltip/CancelAnimationPolyfill.js" is deprecated. Please use the newer polyfills in "testkit/polyfills"'); if (!window.cancelAnimationFrame) { window.cancelAnimationFrame = function () { return window.cancelAnimationFrame || window.webkitCancelAnimationFrame || window.mozCancelAnimationFrame || function (callback) { window.clearTimeout(callback); }; }(); }