Closed
Bug 366141
Opened 19 years ago
Closed 19 years ago
JavaScript strict warnings in migration.js and calendarManagement.js
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ssitter, Assigned: ssitter)
Details
Attachments
(1 file)
|
3.07 KB,
patch
|
jminta
:
first-review+
jminta
:
second-review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a2pre) Gecko/20070106 Calendar/0.4a1
Call me pedantic but I'm trained to write warning free code ...
Warning: assignment to undeclared variable item
Source File: chrome://calendar/content/calendarManagement.js
Line: 41
Warning: assignment to undeclared variable localFile
Source File: chrome://calendar/content/migration.js
Line: 665
Warning: assignment to undeclared variable localFile
Source File: chrome://calendar/content/migration.js
Line: 712
Attachment #250695 -
Flags: first-review?(jminta)
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Comment 1•19 years ago
|
||
Comment on attachment 250695 [details] [diff] [review]
fix warnings
r=jminta. nice job.
Attachment #250695 -
Flags: second-review+
Attachment #250695 -
Flags: first-review?(jminta)
Attachment #250695 -
Flags: first-review+
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [needs checkin]
Comment 2•19 years ago
|
||
Checked in on MOZILLA_1_8_BRANCH and trunk.
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [needs checkin]
You need to log in
before you can comment on or make changes to this bug.
Description
•