We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cb863 commit da7da27Copy full SHA for da7da27
difflib.js
@@ -407,4 +407,5 @@ difflib = {
407
this.a = this.b = null;
408
this.set_seqs(a, b);
409
}
410
-}
+};
411
+
diffview.js
@@ -194,4 +194,5 @@ diffview = {
194
for (var idx in tdata) tdata.hasOwnProperty(idx) && node.appendChild(tdata[idx]);
195
return node;
196
197
198
0 commit comments