Closed
Bug 133673
Opened 24 years ago
Closed 24 years ago
javascript strict warnings in utilityOverlay.js
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 138864
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
basiclly just starting mozilla gives me:
Warning: function openTopWin does not always return a value
Source File: chrome://communicator/content/utilityOverlay.js
Line: 257, Column: 30
Source Code:
return topWindowOfType;
Warning: function openTopWin does not always return a value
Source File: chrome://communicator/content/utilityOverlay.js
Line: 261, Column: 90
Source Code:
return window.openDialog( getBrowserURL(), "_blank",
"chrome,all,dialog=no", url );
v20020326
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 138864 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
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
•