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 0a0e85e commit 049cc7fCopy full SHA for 049cc7f
lib/index.js
@@ -44,7 +44,7 @@ export class HtmlDiffer {
44
45
// just pass in keys for the left and right html, the original strings are no longer used
46
// after tokenize()
47
- const diff = htmlDiffer.diff('html1', 'html2');
+ const diff = htmlDiffer.diff('html1', 'html2', this.options);
48
49
return handleMasks(diff);
50
}
0 commit comments