Bug Tracker

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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:2 Changed 13 years ago by jitter

Component: unfiledsupport
Priority: undecidedlow

comment:3 Changed 13 years ago by Rick Waldron

Blocked by: 7371 added
Resolution: wontfix
Status: newclosed

comment:4 Changed 13 years ago by Rick Waldron

Resolution: wontfix
Status: closedreopened

comment:5 Changed 13 years ago by David Murdoch

Resolution: fixed
Status: reopenedclosed

Unexpose $.support._scriptEval as it's not needed. Use a private var instead. Fixes #8200.

Changeset: f0999076723d85e77d4ba73d7c464466b5a7dba1

comment:6 Changed 13 years ago by jitter

Milestone: 1.next1.5.1
Note: See TracTickets for help on using tickets.