Ticket #8200 (closed bug: fixed)
Remove undocumented $.support._scriptEval in favor of private var _scriptEval
| Reported by: | musicisair | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.5.1 |
| Component: | support | Version: | 1.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: | #7371 |
Description
$.support._scriptEval probably isn't need and a simple var _scriptEval should do just fine.
Unless people are improperly using $.support._scriptEval instead of $.support.scriptEval I don't see how this could break anything.
Change History
comment:2 Changed 2 years ago by jitter
- Priority changed from undecided to low
- Component changed from unfiled to support
comment:3 Changed 2 years ago by rwaldron
- Status changed from new to closed
- Resolution set to wontfix
- Blocked by 7371 added
Applying this patch will contradict this commit: http://bugs.jquery.com/ticket/7371 (which was a blocker)
https://github.com/jquery/jquery/blob/220a0ce1628d376ec14394c9b0be3c10f92a4cdb/src/support.js
comment:4 Changed 2 years ago by rwaldron
- Status changed from closed to reopened
- Resolution wontfix deleted
comment:5 Changed 2 years ago by David Murdoch
- Status changed from reopened to closed
- Resolution set to fixed
Unexpose $.support._scriptEval as it's not needed. Use a private var instead. Fixes #8200.
Changeset: f0999076723d85e77d4ba73d7c464466b5a7dba1
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

https://github.com/jquery/jquery/pull/225