source:
frontend/node_modules/underscore/modules/defer.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 227 bytes | |
| Line | |
|---|---|
| 1 | import partial from './partial.js'; |
| 2 | import delay from './delay.js'; |
| 3 | import _ from './underscore.js'; |
| 4 | |
| 5 | // Defers a function, scheduling it to run after the current call stack has |
| 6 | // cleared. |
| 7 | export default partial(delay, _, 1); |
Note:
See TracBrowser
for help on using the repository browser.
