concat.js 81 B

1234567
  1. define( [
  2. "./arr"
  3. ], function( arr ) {
  4. "use strict";
  5. return arr.concat;
  6. } );