Closed
Bug 851240
Opened 12 years ago
Closed 12 years ago
Object.create(null) produces an error at the console
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 688401
People
(Reporter: samth, Unassigned)
Details
Object.create(null), which has no toString method, produces an error at the console. This is correct when explicitly converting to a string in JS, but the console should do something better.
Tested in current nightly. Chrome does something better here.
Comment 1•12 years ago
|
||
Known issue, will be fixed very soon.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•