Closed
Bug 313660
Opened 20 years ago
Closed 20 years ago
Fix for Javascript Strict Warning in unifinderToDo.js
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ssitter, Assigned: mostafah)
Details
Attachments
(1 file)
|
2.90 KB,
patch
|
jminta
:
first-review+
|
Details | Diff | Splinter Review |
Changing task progress via context menu gives Javascript Strict Warning:
Warning: assignment to undeclared variable v
Source File: chrome://calendar/content/unifinderToDo.js
Line: 583
Warning: assignment to undeclared variable todoItem
Source File: chrome://calendar/content/unifinderToDo.js
Line: 584
Patch follows.
Reproducible: Always
Steps to Reproduce:
n.a.
| Reporter | ||
Comment 1•20 years ago
|
||
Use already declared but unused var "toDoItem" instead of "todoItem", declare "v"
Attachment #200662 -
Flags: first-review?(jminta)
Comment 2•20 years ago
|
||
Comment on attachment 200662 [details] [diff] [review]
patch
r=jminta. We'll get this checked in as early in the 0.3a2 cycle as possible.
Attachment #200662 -
Flags: first-review?(jminta) → first-review+
Comment 3•20 years ago
|
||
patch checked in
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•