Closed
Bug 145071
Opened 23 years ago
Closed 23 years ago
javascript strict warnings in EdReplace.js
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.0.1
People
(Reporter: bugzilla, Assigned: akkzilla)
References
Details
just start the Find & Replace form the Composer produces:
Warning: function onReplace does not always return a value
Source File: chrome://editor/content/EdReplace.js
Line: 208, Column: 23
Source Code:
return onFindNext();
Warning: function onReplace does not always return a value
Source File: chrome://editor/content/EdReplace.js
Line: 221, Column: 13
Source Code:
return true;
20020516
Reporter | ||
Comment 1•23 years ago
|
||
more:
Warning: reference to undefined property gReplaceDialog.findKey
Source File: chrome://editor/content/EdReplace.js
Line: 142
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0.1
Assignee | ||
Comment 3•23 years ago
|
||
The patch for bug 148713 includes fixes for all the JS strict warnings I saw
(the ones mentioned here plus a couple of others). Sorry 'bout that -- let me
know if I've missed any.
Depends on: 148713
Assignee | ||
Comment 4•23 years ago
|
||
This was fixed with the checkin for bug 140713.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•