UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

13 lines (10 loc) 259 B
"use strict"; module.exports = function (fn) { return function () { // IE9 doesn't support passing arguments to setTimeout so we have to emulate it. var args = arguments; setTimeout(function () { fn.apply(null, args); }, 1); }; };