Closed Bug 286927 Opened 20 years ago Closed 19 years ago

&& should be & in jsdErrorHook

Categories

(Other Applications Graveyard :: Venkman JS Debugger, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jruderman, Assigned: bugzilla-mozilla-20000923)

Details

Attachments

(1 file)

http://lxr.mozilla.org/mozilla/source/extensions/venkman/resources/content/venkman-debugger.js#390

389         flagstr =
390             (flags && jsdIErrorHook.REPORT_EXCEPTION) ? "x" : "-";
391         flagstr +=
392             (flags && jsdIErrorHook.REPORT_STRICT) ? "s" : "-";

The constants are constants, so I think those &&'s are typos for &.
Assignee: rginda → silver
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
Attachment #223208 - Flags: review?(rginda)
Status: NEW → ASSIGNED
Comment on attachment 223208 [details] [diff] [review]
Use & instead of &&

r=rginda
Attachment #223208 - Flags: review?(rginda) → review+
Checked in --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: