source: frontend/node_modules/underscore/modules/defer.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 227 bytes
Line 
1import partial from './partial.js';
2import delay from './delay.js';
3import _ from './underscore.js';
4
5// Defers a function, scheduling it to run after the current call stack has
6// cleared.
7export default partial(delay, _, 1);
Note: See TracBrowser for help on using the repository browser.