Closed
Bug 888399
Opened 13 years ago
Closed 13 years ago
Missing parenthesis in DebuggerClient.Argument.prototype.getArgument
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 25
People
(Reporter: bbenvie, Assigned: bbenvie)
Details
Attachments
(1 file)
|
966 bytes,
patch
|
dcamp
:
review+
|
Details | Diff | Splinter Review |
> if (!this.position in aParams) {
This will never be true.
| Assignee | ||
Comment 1•13 years ago
|
||
Correctly parenthesizes the condition.
Attachment #769063 -
Flags: review?(dcamp)
| Assignee | ||
Updated•13 years ago
|
Component: Developer Tools → Developer Tools: Debugger
Updated•13 years ago
|
Attachment #769063 -
Flags: review?(dcamp) → review+
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [land-in-fx-team]
Comment 2•13 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Updated•13 years ago
|
Status: NEW → ASSIGNED
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 25
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•