Closed
Bug 1190656
Opened 10 years ago
Closed 10 years ago
[MediaDB] TypeError: console.warning is not a function
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
FxOS-S5 (21Aug)
People
(Reporter: justindarc, Assigned: justindarc)
Details
Attachments
(1 file)
MediaDB is incorrectly trying to call `console.warning()` instead of `console.warn()` in two places.
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8642776 -
Flags: review?(dflanagan)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jdarcangelo
Comment 2•10 years ago
|
||
Comment on attachment 8642776 [details] [review]
[gaia] justindarc:bug1190656 > mozilla-b2g:master
Thanks for finding and fixing this embarassingly untested code.
Attachment #8642776 -
Flags: review?(dflanagan) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Landed on master:
https://github.com/mozilla-b2g/gaia/commit/7c79d9ea10655505fa98c618ace1a7b44f9b860a
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: --- → FxOS-S5 (21Aug)
You need to log in
before you can comment on or make changes to this bug.
Description
•