Closed
Bug 157970
Opened 23 years ago
Closed 23 years ago
cleanup editor.js (and other files?) usage of "new Object"
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.2alpha
People
(Reporter: Brade, Assigned: Brade)
Details
Attachments
(1 file, 1 obsolete file)
|
17.02 KB,
patch
|
neil
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
we should cleanup the usage of "new Object" in editor.js (and other places?)
we should use this format instead:
var foo = { value: null };
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.2alpha
Comment 1•23 years ago
|
||
Yes, we should do this. It causes JS warnings in some places. Easy task.
Keywords: nsbeta1
Comment 2•23 years ago
|
||
Reassigning to brade
| Assignee | ||
Comment 3•23 years ago
|
||
| Assignee | ||
Comment 4•23 years ago
|
||
Attachment #95574 -
Attachment is obsolete: true
Comment 5•23 years ago
|
||
Comment on attachment 95583 [details] [diff] [review]
patch #2 (added initialization)
sr=alecf
Attachment #95583 -
Flags: superreview+
Comment 6•23 years ago
|
||
Comment on attachment 95583 [details] [diff] [review]
patch #2 (added initialization)
r=neil@parkwaycc.co.uk
Attachment #95583 -
Flags: review+
| Assignee | ||
Comment 7•23 years ago
|
||
fix checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•