/application/static/libs/adminlte/bower_components/jquery/src/var/indexOf.js

https://bitbucket.org/tin_gimranoff/docstar · JavaScript · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 91f549f495364b948fc51d475276baff MD5 · raw file

  1. define( [
  2. "./arr"
  3. ], function( arr ) {
  4. "use strict";
  5. return arr.indexOf;
  6. } );