2015-02-25 14:08:14 +01:00

6 lines
63 B
JavaScript
Executable File

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