Merge "prototypes: xci: user-vars: Move root directory away from /opt"
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / assets / lib / jquery / src / var / indexOf.js
1 define( [
2         "./arr"
3 ], function( arr ) {
4         "use strict";
5
6         return arr.indexOf;
7 } );