mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 11:13:29 +00:00
Bug 281119 Warning `assignment to undeclared variable seq'' [xs] in file
`chrome://inspector/content/jsutil/rdf/RDFU.js'', line 86, character 0.
patch by ajvincent@gmail.com r=timeless sr=roc
This commit is contained in:
parent
4012a455c6
commit
5eb33508ba
@ -83,7 +83,7 @@ var RDFU = {
|
||||
{
|
||||
try {
|
||||
var res = gRDF.GetResource(aResName);
|
||||
seq = this.makeSeq(aDS, res);
|
||||
var seq = this.makeSeq(aDS, res);
|
||||
} catch (ex) {
|
||||
alert("Unable to find sequence:" + ex);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user