concat.js 65 Bytes
define( [
	"./arr"
], function( arr ) {
	return arr.concat;
} );