duration-input
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -253,3 +253,3 @@ var DurationInput = (function () { | ||
this.container = document.createElement('div'); | ||
this.container.classList.add(this.settings.classes.container); | ||
this.container.className = this.settings.classes.container; | ||
this.element.parentNode.insertBefore(this.container, this.element.nextSibling); | ||
@@ -256,0 +256,0 @@ |
{ | ||
"name": "duration-input", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "JavaScript library for managing duration based inputs.", | ||
@@ -5,0 +5,0 @@ "author": "Matthew Callis <matthew.callis@gmail.com>", |
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
16687