source:
frontend/node_modules/underscore/cjs/index-default.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 227 bytes | |
| Line | |
|---|---|
| 1 | var index = require('./index.js'); |
| 2 | var mixin = require('./mixin.js'); |
| 3 | |
| 4 | // Default Export |
| 5 | |
| 6 | // Add all of the Underscore functions to the wrapper object. |
| 7 | var _ = mixin(index); |
| 8 | // Legacy Node.js API. |
| 9 | _._ = _; |
| 10 | |
| 11 | module.exports = _; |
Note:
See TracBrowser
for help on using the repository browser.
