bit-docs-html-toc
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "bit-docs-html-toc", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "table of contents bit-docs plugin", | ||
@@ -5,0 +5,0 @@ "main": "toc.js", |
@@ -117,3 +117,3 @@ var viewTarget = require("can-view-target"); | ||
} else if(this.scrollSelector) { | ||
return document.querySelector(this.scroll); | ||
return document.querySelector(this.scrollSelector); | ||
} | ||
@@ -120,0 +120,0 @@ else { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27598