Closed
Bug 492640
Opened 14 years ago
Closed 14 years ago
Fix misc js warnings
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b1
People
(Reporter: dbo, Assigned: dbo)
References
Details
Attachments
(1 file)
7.38 KB,
patch
|
ssitter
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #376990 -
Flags: review?(ssitter)
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → dbo.moz
Status: NEW → ASSIGNED
Updated•14 years ago
|
Attachment #376990 -
Flags: review?(ssitter) → review+
Comment 1•14 years ago
|
||
Comment on attachment 376990 [details] [diff] [review] fix - v1 r=ssitter with minor comments: >+++ b/calendar/base/content/agenda-listbox.js >@@ -365,7 +365,7 @@ function addItem(aItem) { > var prevlistItem = complistItem; >- var complistItem = complistItem.nextSibling; >+ complistItem = complistItem.nextSibling; prevlistItem seems unused, I'd suggest to remove it. >+++ b/calendar/providers/storage/calStorageCalendar.js >@@ -220,6 +220,7 @@ calStorageTimezone.prototype = { > function getTimezone(aTimezone) { >+ let tz; In my opinion variables should always be initialized, please do |let tz = null;| or similar.
Assignee | ||
Comment 2•14 years ago
|
||
done that Pushed to comm-central <http://hg.mozilla.org/comm-central/rev/3a1af5262d96> -> FIXED
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.0
Comment 3•12 years ago
|
||
These bugs are likely targeted at Lightning 1.0b1, not Lightning 1.0. If this change was done in error, please adjust the target milestone to its correct value. To filter on this bugspam, you can use "lightning-10-target-move".
Target Milestone: 1.0 → 1.0b1
You need to log in
before you can comment on or make changes to this bug.
Description
•