baseframe-js
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -545,3 +545,3 @@ "use strict"; | ||
(0, _cashDom["default"])(element).each(function () { | ||
var s = (0, _Store["default"])(this, "".concat(DATA_NAME, "_instance")); | ||
var s = (0, _Store["default"])(this, DATA_NAME); | ||
if (s) { | ||
@@ -548,0 +548,0 @@ s.$selectList.empty(); |
@@ -473,3 +473,3 @@ import $ from 'cash-dom'; | ||
$(element).each(function () { | ||
const s = Store(this, `${DATA_NAME}_instance`); | ||
const s = Store(this, DATA_NAME); | ||
if (s) { | ||
@@ -476,0 +476,0 @@ s.$selectList.empty(); |
{ | ||
"name": "baseframe-js", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "A suite of useful Javascript plugins and functions to help with Front-end Development on websites", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
441512