Skip to content

Commit da7da27

Browse files
committed
add trailing semicolons, fixes gh-6
1 parent 60cb863 commit da7da27

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

difflib.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,5 @@ difflib = {
407407
this.a = this.b = null;
408408
this.set_seqs(a, b);
409409
}
410-
}
410+
};
411+

diffview.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,5 @@ diffview = {
194194
for (var idx in tdata) tdata.hasOwnProperty(idx) && node.appendChild(tdata[idx]);
195195
return node;
196196
}
197-
}
197+
};
198+

0 commit comments

Comments
 (0)