Closed
Bug 51039
Opened 24 years ago
Closed 24 years ago
nsPreferences methods should always return value
Categories
(Core :: Preferences: Backend, defect, P3)
Core
Preferences: Backend
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: dveditz)
Details
(Keywords: helpwanted)
in the file nsUserSettings.js the functions doesn't always return a value.
If you're running with pref "javascript.options.strict" to true, you're getting
a lot of errors from this file.
http://lxr.mozilla.org/mozilla/source/xpfe/global/resources/content/nsUserSettin
gs.js
Comment 1•24 years ago
|
||
backend issue... how fixable would this be for beta3? adding helpwanted since
i'm pessimistic... ;)
Assignee: matt → dveditz
Component: Preferences → Preferences: Backend
Keywords: correctness,
helpwanted
Assignee | ||
Comment 2•24 years ago
|
||
CC'ing ben since he seems to have created this file.
Anyone want to clue me in on "javascript.options.strict"?
Summary: functions should always return value → nsPreferences methods should always return value
Reporter | ||
Comment 3•24 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•