diff options
Diffstat (limited to 'www/www/lib/jquery/src/var/indexOf.js')
| -rw-r--r-- | www/www/lib/jquery/src/var/indexOf.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/www/lib/jquery/src/var/indexOf.js b/www/www/lib/jquery/src/var/indexOf.js new file mode 100644 index 00000000..cdbe3c74 --- /dev/null +++ b/www/www/lib/jquery/src/var/indexOf.js @@ -0,0 +1,5 @@ +define([ + "./arr" +], function( arr ) { + return arr.indexOf; +}); |
