Closed
Bug 2014701
Opened 5 months ago
Closed 5 months ago
//gre/modules/commonjs/sdk/window/utils.js:32:NaN Message: SyntaxError: unexpected token: ':'
Categories
(SeaMonkey :: General, defect)
Tracking
(seamonkey2.53+ fixed)
RESOLVED
FIXED
People
(Reporter: dab1818, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: SM2.53.24)
Attachments
(1 file)
|
556 bytes,
patch
|
Details | Diff | Splinter Review |
Steps to reproduce:
1 install addon which need
require("sdk/window/utils")
(for example https://services.addons.thunderbird.net/en-US/seamonkey/addon/signtextjs/)
2 start seamonkey
3 switch to seamonkey console
Actual results:
Message: SyntaxError: unexpected token: ':'
Stack:
@resource://gre/modules/commonjs/sdk/window/utils.js:32:NaN
signtextjs addon not worked
Expected results:
no errors + working addon
Comment 1•5 months ago
|
||
Upps. Just fixed and checked in the original faulty backport. Thanks for reporting.
https://gitlab.com/frg/seamonkey-253-patches/-/commit/d226eb2ab0e0fc927da0712f2956e798314722c0
Blocks: 2000704
Status: UNCONFIRMED → RESOLVED
Closed: 5 months ago
status-seamonkey2.53:
--- → fixed
tracking-seamonkey2.53:
--- → +
Resolution: --- → FIXED
Whiteboard: SM2.53.24
You need to log in
before you can comment on or make changes to this bug.
Description
•