commercelayer
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "commercelayer", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "The official Commerce Layer JS library", | ||
@@ -5,0 +5,0 @@ "main": "./src/main.js", |
@@ -248,3 +248,3 @@ const elements = require('./elements') | ||
} | ||
quantitySelect.appendChild(option); | ||
quantitySelect.appendChild(option) | ||
} | ||
@@ -256,4 +256,7 @@ | ||
var quantitySelectWrap = document.createElement('div') | ||
quantitySelectWrap.classList.add('select') | ||
quantitySelectWrap.appendChild(quantitySelect) | ||
ui.addTableColElement(tableRow, quantitySelect, 'shopping-bag-col-qty') | ||
ui.addTableColElement(tableRow, quantitySelectWrap, 'shopping-bag-col-qty') | ||
@@ -260,0 +263,0 @@ |
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
22277
649