Current section

Files

Jump to
excessibility assets node_modules underscore amd concat.js
Raw

assets/node_modules/underscore/amd/concat.js

define(['./_unmethodize', './_setup'], function (_unmethodize, _setup) {
var concat = _unmethodize(_setup.ArrayProto.concat);
return concat;
});