bit-docs-html-toc
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "bit-docs-html-toc", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "table of contents bit-docs plugin", | ||
@@ -5,0 +5,0 @@ "main": "toc.js", |
@@ -6,5 +6,5 @@ var TOCContainer = require("./toc-container-control"); | ||
if (el.length) { | ||
new TOCContainer(el); | ||
new TOCContainer(el.item(0)); | ||
} else { | ||
console.log("An element with class 'on-this-page-container' is required"); | ||
} |
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
15952