OSDN Git Service

915f837be4726da765ada77a1dc0d7a450db7764
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / jquery / src / var / slice.js
1 define( [
2         "./arr"
3 ], function( arr ) {
4         "use strict";
5
6         return arr.slice;
7 } );