Skip to content

Commit 05fa381

Browse files
committed
fixing the selector
1 parent 4c986cc commit 05fa381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toc-control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ var prototype = {
114114
if(this.scrollSelector === "true" || this.scrollSelector === "") {
115115
return this;
116116
} else if(this.scrollSelector) {
117-
return document.querySelector(this.scroll);
117+
return document.querySelector(this.scrollSelector);
118118
}
119119
else {
120120
return;

0 commit comments

Comments
 (0)