Closed
Bug 668382
Opened 14 years ago
Closed 6 years ago
console.log.apply() doesn't work
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ianbicking, Unassigned)
Details
This code doesn't work (but does work on Firefox):
console.log.apply(console, ['arg1', 'arg2']);
it gives the error "console.log.apply is not a function"
Comment 1•6 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•