Closed
Bug 1177304
Opened 10 years ago
Closed 10 years ago
invalid assignment LHS for statusType and statusText in imConversation.js
Categories
(Chat Core :: General, defect)
Chat Core
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: abdelrahman, Assigned: abdelrahman)
References
Details
Attachments
(1 file)
|
1.18 KB,
patch
|
clokep
:
review+
|
Details | Diff | Splinter Review |
After landing of bug 1146136, seems that way of assigning LHS is not correct in imConversation.js [1].
This throws an exception and blocks Instantbird from starting.
[1] https://dxr.mozilla.org/comm-central/source/chat/components/src/imConversations.js?from=imConversations.js#138
| Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Comment on attachment 8626006 [details] [diff] [review]
rev 1 - correct assigning LHS
Looks good per http://whereswalden.com/2015/06/20/new-changes-to-make-spidermonkeys-and-firefoxs-parsing-of-destructuring-patterns-more-spec-compliant/
Attachment #8626006 -
Flags: review?(clokep) → review+
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.6
Updated•9 years ago
|
Component: Conversation → General
Product: Instantbird → Chat Core
You need to log in
before you can comment on or make changes to this bug.
Description
•