##// END OF EJS Templates
fixed typo in linenumber calculation on inline comments
marcink -
r1685:2e583dbf beta
parent child Browse files
Show More
@@ -336,7 +336,7 b' var getLineNo = function(tr) {'
336 if (n.length >= 2) {
336 if (n.length >= 2) {
337 line = n[n.length-1];
337 line = n[n.length-1];
338 } else if (o.length >= 2) {
338 } else if (o.length >= 2) {
339 line = o[n.length-1];
339 line = o[o.length-1];
340 }
340 }
341
341
342 return line
342 return line
General Comments 0
You need to be logged in to leave comments. Login now