gitbook-plugin-api
Advanced tools
Comparing version
@@ -8,3 +8,2 @@ 'use strict' | ||
const classes = options.classes || {} | ||
const attributes = options.attributes || {} | ||
const text = options.text | ||
@@ -17,5 +16,2 @@ const html = options.html | ||
} | ||
for (let entry of Object.entries(attributes)) { | ||
el.setAttribute(entry[0], entry[1]) | ||
} | ||
if (container != null) { | ||
@@ -22,0 +18,0 @@ container.appendChild(el) |
{ | ||
"name": "gitbook-plugin-api", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "API Documentation plugin for GitBook", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5989
-2.28%150
-2.6%