Your IP : 216.73.216.79


Current Path : /var/www/html/reddsis/node_modules/underscore/cjs/
Upload File :
Current File : /var/www/html/reddsis/node_modules/underscore/cjs/defer.js

var partial = require('./partial.js');
var delay = require('./delay.js');
var underscore = require('./underscore.js');

// Defers a function, scheduling it to run after the current call stack has
// cleared.
var defer = partial(delay, underscore, 1);

module.exports = defer;