diff --git a/demos/highlighter.html b/demos/highlighter.html index ef5d3d48..da823ee6 100644 --- a/demos/highlighter.html +++ b/demos/highlighter.html @@ -58,7 +58,7 @@ function highlightSelectedText() { - highlighter.highlightSelection("highlight"); + highlighter.highlightSelection("highlight", { dataset: { mark: "note-id" } }); } function noteSelectedText() { @@ -149,4 +149,4 @@