OSDN Git Service

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