Closed
Bug 285220
Opened 20 years ago
Closed 20 years ago
Remove extra definition of WeekView.prototype.getNewEventDate()
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gekacheka, Assigned: mostafah)
Details
Attachments
(1 file)
|
720 bytes,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: cvs
weekView.js has two definitions of WeekView.prototype.getNewEventDate(). The
second overrides the first, so the first should be removed.
http://lxr.mozilla.org/seamonkey/source/calendar/resources/content/weekView.js#579
http://lxr.mozilla.org/seamonkey/source/calendar/resources/content/weekView.js#710
Reproducible: Always
Steps to Reproduce:
(patch -l -p 2 -i file.patch)
Patch removes the first definition.
Updated•20 years ago
|
Attachment #176672 -
Flags: first-review+
Comment 2•20 years ago
|
||
checked in to trunk
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
QA Contact: gurganbl → sunbird
You need to log in
before you can comment on or make changes to this bug.
Description
•