Re-use attr variable
This commit is contained in:
@@ -240,7 +240,7 @@ getJasmineRequireObj().pp = function(j$) {
|
|||||||
out += ' ' + attr.name;
|
out += ' ' + attr.name;
|
||||||
|
|
||||||
if (attr.value !== '') {
|
if (attr.value !== '') {
|
||||||
out += '="' + attrs[i].value + '"';
|
out += '="' + attr.value + '"';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user