Closed
Bug 281119
Opened 21 years ago
Closed 20 years ago
Warning ``assignment to undeclared variable seq'' [xs] in file ``chrome://inspector/content/jsutil/rdf/RDFU.js'', line 86, character 0.
Categories
(Other Applications :: DOM Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: WeirdAl)
Details
Attachments
(1 obsolete file)
Warning ``assignment to undeclared variable seq'' [xs] in file
``chrome://inspector/content/jsutil/rdf/RDFU.js'', line 86, character 0.
Stopped for error handler.
#0: function anonymous(aDS=XPComponent:{35},
aResName=string:"inspector:viewers") in
<chrome://inspector/content/jsutil/rdf/RDFU.js> line 86
084: try {
085: var res = gRDF.GetResource(aResName);
086: seq = this.makeSeq(aDS, res);
087: } catch (ex) {
088: alert("Unable to find sequence:" + ex);
Assignee | ||
Comment 1•21 years ago
|
||
Attachment #173418 -
Flags: review?(timeless)
Attachment #173418 -
Flags: superreview?(roc)
Attachment #173418 -
Flags: review?(timeless)
Attachment #173418 -
Flags: review+
Attachment #173418 -
Flags: superreview?(roc) → superreview+
Comment on attachment 173418 [details] [diff] [review]
one-line patch
mozilla/extensions/inspector/resources/content/jsutil/rdf/RDFU.js 1.9
Attachment #173418 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•