v2.12.2
This commit is contained in:
parent
fa3f7851d2
commit
5fe55be6f3
3 changed files with 5 additions and 5 deletions
6
dist/diff2html.js
vendored
6
dist/diff2html.js
vendored
|
|
@ -4664,9 +4664,9 @@ process.umask = function() { return 0; };
|
||||||
lineClass += ' d2h-code-side-emptyplaceholder';
|
lineClass += ' d2h-code-side-emptyplaceholder';
|
||||||
contentClass += ' d2h-code-side-emptyplaceholder';
|
contentClass += ' d2h-code-side-emptyplaceholder';
|
||||||
type += ' d2h-emptyplaceholder';
|
type += ' d2h-emptyplaceholder';
|
||||||
}
|
prefix = ' ';
|
||||||
|
lineWithoutPrefix = ' ';
|
||||||
if (!prefix) {
|
} else if (!prefix) {
|
||||||
var lineWithPrefix = printerUtils.separatePrefix(isCombined, content);
|
var lineWithPrefix = printerUtils.separatePrefix(isCombined, content);
|
||||||
prefix = lineWithPrefix.prefix;
|
prefix = lineWithPrefix.prefix;
|
||||||
lineWithoutPrefix = lineWithPrefix.line;
|
lineWithoutPrefix = lineWithPrefix.line;
|
||||||
|
|
|
||||||
2
dist/diff2html.min.js
vendored
2
dist/diff2html.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "diff2html",
|
"name": "diff2html",
|
||||||
"version": "2.12.1",
|
"version": "2.12.2",
|
||||||
"homepage": "https://diff2html.xyz",
|
"homepage": "https://diff2html.xyz",
|
||||||
"description": "Fast Diff to colorized HTML",
|
"description": "Fast Diff to colorized HTML",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue