Skip to content
Snippets Groups Projects
Commit c3b02522 authored by Erik Welander's avatar Erik Welander Committed by Marijn Haverbeke
Browse files

[annotatescrollbar addon] Fix a typo, ann should have been elt.

parent 6eef0e0a
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@
+ (top + this.buttonHeight) + "px; height: " + height + "px";
elt.className = this.options.className;
if (ann.id) {
ann.setAttribute("annotation-id", ann.id);
elt.setAttribute("annotation-id", ann.id);
}
}
this.div.textContent = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment