r-range-slider
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -1099,2 +1099,9 @@ "use strict"; | ||
value: function update() { | ||
var container = (0, _jquery.default)(this.dom.current); | ||
var labels = container.find('.r-range-slider-label div'); | ||
if (!labels.length) { | ||
return; | ||
} | ||
var _this$context9 = this.context, | ||
@@ -1107,4 +1114,2 @@ direction = _this$context9.direction, | ||
var thickness = rotate ? 'height' : 'width'; | ||
var container = (0, _jquery.default)(this.dom.current); | ||
var labels = container.find('.r-range-slider-label div'); | ||
var firstLabel = labels.eq(0); | ||
@@ -1111,0 +1116,0 @@ |
{ | ||
"name": "r-range-slider", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "all in one range slider, single range , double range , multi range", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
57225
1439