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 033904f commit e883d42Copy full SHA for e883d42
diff.js
@@ -1,6 +1,6 @@
1
/**
2
* This library was modified by Harrison Liddiard. The source code to this
3
- * modified version can be found at https://github.com/liddiard/text-diff/.
+ * modified version can be found at https://github.com/liddiard/google-diff/.
4
* The original source code can be found at
5
* http://code.google.com/p/google-diff-match-patch/. This unofficial fork is
6
* not maintained by or affiliated with Google Inc. The original attribution
@@ -1395,6 +1395,4 @@ this['DIFF_DELETE'] = DIFF_DELETE;
1395
this['DIFF_INSERT'] = DIFF_INSERT;
1396
this['DIFF_EQUAL'] = DIFF_EQUAL;
1397
1398
-console.log(diff.prototype.prettyHtml);
1399
-
1400
module.exports = diff;
0 commit comments