concat.js 63 B

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