- commit
- 5117d0cc791d8e461bd4d8d322b80c121833abe6
- parent
- dfe421d86a08aa717d849711a8d10042f0548040
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-11-17 13:00
lint
Diffstat
M | static/diff.js | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/diff.js b/static/diff.js
@@ -39,7 +39,7 @@ export var apply = function(text, [start, end, before, after], selection) { 39 39 40 40 export var unapply = function(text, [start, end, before, after], selection) { 41 41 return apply(text, [start, end, after, before], selection);42 -1 }-1 42 }; 43 43 44 44 export var diff = function(text1, text2, ctx) { 45 45 var start = 0;