Closed Bug 106962 Opened 23 years ago Closed 21 years ago

javascript strict warnings in createProfileWizard.js

Categories

(SeaMonkey :: Startup & Profiles, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Future

People

(Reporter: bugzilla, Assigned: bugs)

References

Details

Using build 20011026 I get the following javascript strict warnings. To enable 
strict warnings see Edit -> Prefs -> Debug

To reproduce:
1. start mozilla from a command line with mozilla.exe -jsconsole -turbo
2. start profile manager and start moving back and forth

Warning: trailing comma is not legal in ECMA-262 object initializers
Source File: chrome://communicator/content/profile/createProfileWizard.js
Line: 35
Source Code:
}

Warning: function Startup does not always return a value
Source File: chrome://communicator/content/profile/createProfileWizard.js
Line: 66
Source Code:
}

Warning: function processCreateProfileData does not always return a value
Source File: chrome://communicator/content/profile/createProfileWizard.js
Line: 176
Source Code:
}
Warning: assignment to undeclared variable proceed
Source File: chrome://communicator/content/profile/createProfileWizard.js
Line: 99
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Depends on: 220891
Fixed via bug 220891.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.