← Back
Editing: slice.js
define( [ "./arr" ], function( arr ) { "use strict"; return arr.slice; } );
Save File
Cancel