diffHighlighter.js: Off-by-one for last file in diff, resulting in wrong href

This commit is contained in:
Johannes Gilger
2008-12-25 22:46:35 +01:00
committed by Pieter de Bie
parent 086a1c3a12
commit ed08bf64bd
+1
View File
@@ -126,6 +126,7 @@ var highlightDiff = function(diff, element, callbacks) {
}
}
file_index++;
finishContent();
// This takes about 7ms