зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
cac9b2eeaa
Коммит
a42da524f8
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче