Closed
Bug 1035213
Opened 10 years ago
Closed 7 years ago
[Camera][Gecko] Make date/time fields take a Date object instead of Date.now()
Categories
(Firefox OS Graveyard :: Gaia::Camera, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mikeh, Unassigned)
References
Details
There are a few places in the CameraControl API where members are populated using Date.now(). These should just take the straight Date object.
Refs:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings#Date
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•