historia-de-zainab/bower_components/jquery/src/var/slice.js
2017-09-25 14:03:53 +02:00

7 lines
80 B
JavaScript

define( [
"./arr"
], function( arr ) {
"use strict";
return arr.slice;
} );