Changes between Initial Version and Version 1 of Ticket #9026, comment 5
- Timestamp:
- Apr 30, 2011, 1:39:26 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9026, comment 5
initial v1 1 1 As you can see, in the _most recent_ version of the source, there is no "array.indexOf": 2 2 3 https://github.com/jquery/jquery/blob/master/src/core.js#L665 3 https://github.com/jquery/jquery/blob/master/src/core.js#L665-677 4 4 5 5 Additionally, your recommendation to change this to '''A'''rray.indexOf is wrong - there is no static "indexOf" method on the Array object.