* Resolve feedback #388. and bug #32309.

This commit is contained in:
liuyongkai
2023-02-21 11:20:33 +08:00
parent f6ddcb39c3
commit 1aee4378fd
+1 -1
View File
@@ -48,7 +48,7 @@ function getDiffs(fileName)
{
if(!diff.contents || typeof diff.contents[0].lines != 'object') return result;
$.each(diff.contents, function(content)
$.each(diff.contents, function(k, content)
{
var lines = content.lines;
$.each(lines, function(l, code)