#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: | ||
Blocked by: | #7371 | Blocking: |
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 (6)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | unfiled → support |
---|---|
Priority: | undecided → low |
comment:3 Changed 13 years ago by
Blocked by: | 7371 added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
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 13 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Unexpose $.support._scriptEval as it's not needed. Use a private var instead. Fixes #8200.
Changeset: f0999076723d85e77d4ba73d7c464466b5a7dba1
comment:6 Changed 13 years ago by
Milestone: | 1.next → 1.5.1 |
---|
Note: See
TracTickets for help on using
tickets.
https://github.com/jquery/jquery/pull/225