Skip to content
Permalink
78fd51401e
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
7 lines (6 sloc) 80 Bytes
define( [
"./arr"
], function( arr ) {
"use strict";
return arr.slice;
} );