Closed
Bug 141163
Opened 24 years ago
Closed 24 years ago
js strict warning in tree-utils.js [component viewer]
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: rginda)
Details
Attachments
(1 file)
|
802 bytes,
patch
|
rginda
:
review+
|
Details | Diff | Splinter Review |
I get these JS Strict warnings when opening Component Viewer:
Warning: function tolr_getshare does not always return a value
Source File: chrome://cview/content/tree-utils.js
Line: 864
Source Code:
}
Warning: function tov_getcelltxt does not always return a value
Source File: chrome://cview/content/tree-utils.js
Line: 1149, Column: 14
Source Code:
return;
| Reporter | ||
Comment 1•24 years ago
|
||
rginda, could you review?
| Assignee | ||
Comment 2•24 years ago
|
||
Comment on attachment 81664 [details] [diff] [review]
patch
change...
else {
to...
else
{
and r=rginda.
Attachment #81664 -
Flags: review+
| Reporter | ||
Comment 3•24 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•