@prof-dev/improved-select
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -72,3 +72,3 @@ "use strict"; | ||
try { | ||
for (var _b = __values(_this.initialSelection), _c = _b.next(); !_c.done; _c = _b.next()) { | ||
for (var _b = __values(_this.defaultSelection), _c = _b.next(); !_c.done; _c = _b.next()) { | ||
var index = _c.value; | ||
@@ -75,0 +75,0 @@ if (_this.select.options[index] !== undefined) { |
{ | ||
"name": "@prof-dev/improved-select", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Helper for live clicks events management", | ||
@@ -5,0 +5,0 @@ "main": "lib/ImprovedSelect.js", |
@@ -331,3 +331,3 @@ import { EventEmitter } from "@prof-dev/event-emitter"; | ||
for (const index of this.initialSelection) { | ||
for (const index of this.defaultSelection) { | ||
if (this.select.options[index] !== undefined) { | ||
@@ -334,0 +334,0 @@ this.select.options[index].selected = true; |
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