Opened 14 years ago
Closed 13 years ago
#4968 closed enhancement (invalid)
check for missing indexOf
Reported by: | jnorell | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | javascript compatibility indexOf Galio | Cc: | |
Blocked by: | Blocking: |
Description
Not all browsers support indexOf(), please add the workaround at https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/indexOf#Compatibility (I'm not sure where it should fit into jquery, but I've loaded that prior to loading jquery and it seems to address the abscense of indexOf() in Ant Galio browser).
Change History (3)
comment:1 Changed 14 years ago by
Component: | support → core |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Requests to extend native objects/prototypes will be denied in favor of extending jQuery with the functionality if the need is great. Can you provide a patch or test implementation?