Closed
Bug 911768
Opened 11 years ago
Closed 11 years ago
Fix "yield without a value is deprecated, and illegal in ES6" warnings in Suite
Categories
(SeaMonkey :: Passwords & Permissions, defect)
SeaMonkey
Passwords & Permissions
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.23
People
(Reporter: philip.chee, Assigned: philip.chee)
Details
Attachments
(1 file)
1.50 KB,
patch
|
mcsmurf
:
review+
|
Details | Diff | Splinter Review |
See Bug 891806, Bug 885463, Bug 887320 et cetra.
Error messages in dataman: "SyntaxError: yield without a value is deprecated, and illegal in ES6"
Assignee | ||
Comment 1•11 years ago
|
||
Simple fix. s/yield;/yield undefined;/g
Updated•11 years ago
|
Attachment #798541 -
Flags: review?(bugzilla) → review+
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.23
You need to log in
before you can comment on or make changes to this bug.
Description
•