Your IP : 216.73.216.79


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

define(['./partial', './delay', './underscore'], function (partial, delay, underscore) {

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

	return defer;

});