Re-use attr variable

This commit is contained in:
Sampo Kivistö
2018-11-04 10:44:54 +02:00
parent a81e9626df
commit 473f5cd359
+1 -1
View File
@@ -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 + '"';
} }
} }