Closed
Bug 104319
Opened 24 years ago
Closed 23 years ago
javascript strict warnings in outliner.xml
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
RESOLVED
FIXED
mozilla1.1alpha
People
(Reporter: simmo, Assigned: hyatt)
References
Details
Attachments
(1 file)
|
1.62 KB,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
js strict warnings in outliner.xml:
Warning: redeclaration of var sib
Source File:
chrome://global/content/bindings/outliner.xml#outlinercol-base.onDragMouseMove()
Line: 25, Column: 16
Source Code:
var sib = col.mTargetCol._previousVisibleColumn;
Warning: redeclaration of var sib
Source File:
chrome://global/content/bindings/outliner.xml#outlinercol-base.onDragMouseMove()
Line: 38, Column: 18
Source Code:
var sib = targetCol._previousVisibleColumn;
Warning: redeclaration of var sib
Source File:
chrome://global/content/bindings/outliner.xml#outlinercol-base.onDragMouseUp()
Line: 11, Column: 18
Source Code:
var sib = col.mTargetCol._previousVisibleColumn;
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•24 years ago
|
||
Updated•24 years ago
|
Target Milestone: --- → mozilla1.0
Comment 2•24 years ago
|
||
*** Bug 106019 has been marked as a duplicate of this bug. ***
Comment 3•24 years ago
|
||
hyatt was begging to check this in.
Assignee: blakeross → hyatt
Target Milestone: mozilla1.0 → ---
Updated•23 years ago
|
Summary: js strict warnings in outliner.xml → javascript strict warnings in outliner.xml
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.1
Attachment #53419 -
Flags: review+
Comment 4•23 years ago
|
||
This is fixed in tree.xml which is outliner's succesor. Resolving.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•