Skip to main content

Bug Tracker

Side navigation

#10029 closed bug (fixed)

Opened August 11, 2011 05:29PM UTC

Closed August 18, 2011 06:21AM UTC

Last modified August 22, 2011 08:10PM UTC

$.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
Blocked by: Blocking:
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

Attachments (0)
Change History (2)

Changed August 18, 2011 06:21AM UTC by addyosmani comment:1

cc: → dmethvin, rwaldron
component: unfiledsupport
priority: undecidedlow
resolution: → fixed
status: newclosed

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.

Changed August 22, 2011 08:10PM UTC by markstory comment:2

Awesome, thanks for updating the docs. I don't mind that it was removed, but thinking it was there and it wasn't was the problem I was having. Thank you for clearing things up :)