slice.js 62 B

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