source:
frontend/node_modules/underscore/amd/zip.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 227 bytes | |
| Line | |
|---|---|
| 1 | define(['./restArguments', './unzip'], function (restArguments, unzip) { |
| 2 | |
| 3 | // Zip together multiple lists into a single array -- elements that share |
| 4 | // an index go together. |
| 5 | var zip = restArguments(unzip); |
| 6 | |
| 7 | return zip; |
| 8 | |
| 9 | }); |
Note:
See TracBrowser
for help on using the repository browser.
