Closed
Bug 463040
Opened 17 years ago
Closed 17 years ago
PositionError named constants
Categories
(Core :: DOM: Geolocation, defect)
Core
DOM: Geolocation
Tracking
()
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
References
()
Details
Attachments
(1 file)
|
4.08 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
interface PositionError {
const unsigned short UNKNOWN_ERROR = 0;
const unsigned short PERMISSION_DENIED = 1;
const unsigned short POSITION_UNAVAILABLE = 2;
const unsigned short TIMEOUT = 3;
....
};
| Assignee | ||
Comment 1•17 years ago
|
||
Attachment #346510 -
Flags: superreview?(jst)
Attachment #346510 -
Flags: review?(jst)
Updated•17 years ago
|
Attachment #346510 -
Flags: superreview?(jst)
Attachment #346510 -
Flags: superreview+
Attachment #346510 -
Flags: review?(jst)
Attachment #346510 -
Flags: review+
| Assignee | ||
Comment 2•17 years ago
|
||
pushed a1364547a182.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•