source:
frontend/node_modules/underscore/modules/once.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 236 bytes | |
| Line | |
|---|---|
| 1 | import partial from './partial.js'; |
| 2 | import before from './before.js'; |
| 3 | |
| 4 | // Returns a function that will be executed at most one time, no matter how |
| 5 | // often you call it. Useful for lazy initialization. |
| 6 | export default partial(before, 2); |
Note:
See TracBrowser
for help on using the repository browser.
