Modify ↓
Ticket #10029 (closed bug: fixed)
$.support.scriptEval removed, but still included in documentation
| Reported by: | markstory | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | support | Version: | 1.6.2 |
| Keywords: | Cc: | dmethvin, rwaldron | |
| Blocking: | Blocked by: |
Description
It seems that $.support.scriptEval has been removed in 1.6.1. However, it is still part of the documented API. It's removal is wasn't part of the 1.6 changed methods either.
Unless I'm mistaken, either the docs should be updated, or the feature should be re-introduced. It seems to have been removed as part of https://github.com/jquery/jquery/commit/c1dcad69427b78f3e70628ab1444f42033ee593a
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Thanks for the heads up. As per Dave Methvin's comments on the commit:
'Given the amount of code involved and the fact that we had changed it from a property to a method in 1.5.1 anyway, I don't think we should keep it if we don't need it ourselves. With that in mind I've updated the jQuery.support docs to note its disappearance.'.
You should find that the current docs are accurate with respect to scriptEval.