8 lines
150 B
JavaScript
8 lines
150 B
JavaScript
|
define(['./_unmethodize', './_setup'], function (_unmethodize, _setup) {
|
||
|
|
||
|
var concat = _unmethodize(_setup.ArrayProto.concat);
|
||
|
|
||
|
return concat;
|
||
|
|
||
|
});
|