Closed
Bug 955131
Opened 11 years ago
Closed 7 years ago
Change use of var to let in older code
Categories
(Instantbird Graveyard :: Other, defect)
Instantbird Graveyard
Other
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wnayes, Unassigned)
Details
Attachments
(1 file)
17.00 KB,
patch
|
florian
:
review+
|
Details | Diff | Splinter Review |
*** Original post on bio 1703 at 2012-09-21 21:43:00 UTC ***
Many of the files first written have a mix of using "var" and "let" for declaring variables. Where applicable, it would be nice to have a unified use of let.
Reporter | ||
Comment 1•11 years ago
|
||
*** Original post on bio 1703 as attmnt 1909 at 2012-09-21 21:46:00 UTC ***
This changes the use of var to let in accountWizard.js as a preparation for applying the account import wizard patch in Bug 954928 (bio 1495).
Attachment #8353667 -
Flags: review?(florian)
Comment 2•11 years ago
|
||
Comment on attachment 8353667 [details] [diff] [review]
Change var to let in accountWizard.js
*** Original change on bio 1703 attmnt 1909 at 2012-09-21 22:01:00 UTC was without comment, so any subsequent comment numbers will be shifted ***
Attachment #8353667 -
Flags: review?(florian) → review+
Comment 3•11 years ago
|
||
*** Original post on bio 1703 at 2012-09-21 22:21:18 UTC ***
Comment on attachment 8353667 [details] [diff] [review] (bio-attmnt 1909)
Change var to let in accountWizard.js
https://hg.instantbird.org/instantbird/rev/cb7435023341
Comment 4•7 years ago
|
||
On the behalf of Florian:
Closing bugs related to the Instantbird UI as WONTFIX, as the development of the standalone chat client Instantbird has stopped. Instantbird users are encouraged to migrate to Thunderbird. The user interface of instant messaging in Thunderbird will feel familiar, as the Thunderbird IM support started as a fork of Instantbird.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•