Closed
Bug 551231
Opened 15 years ago
Closed 15 years ago
Make xpcshell-based unit tests pass in JavaScript strict mode
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b2
People
(Reporter: lusian, Assigned: lusian)
References
Details
Attachments
(1 file)
8.16 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
missing var or let
enum is a reserved identifier
octal literals and octal escape sequences are deprecated
Attachment #431412 -
Flags: review?(philipp)
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → lusian
Status: NEW → ASSIGNED
Comment 1•15 years ago
|
||
Comment on attachment 431412 [details] [diff] [review]
fixes
r=philipp, thanks for the patch!
Attachment #431412 -
Flags: review?(philipp) → review+
Comment 2•15 years ago
|
||
Pushed to comm-central <http://hg.mozilla.org/comm-central/rev/9bdc29f7a5b1>
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.0b2
You need to log in
before you can comment on or make changes to this bug.
Description
•