User:Polygnotus/Scripts/DiffCompare.js: Difference between revisions

Content deleted Content added
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1:
// https://github.com/google/diff-match-patch
 
$.ajax('https://cdn.jsdelivr.net/gh/google/diff-match-patch@master/javascript/diff_match_patch.js', {
dataType: 'script',
Line 8 ⟶ 10:
function debug(...args) {
if (DEBUG) {
debug('[diffCompareDiffCompare]', ...args);
}
}