bootstrap-slider-rails 6.0.12 → 6.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a811a4948312ad79255efc1e2f017b2940abf1c4
|
4
|
+
data.tar.gz: a2ecfe5362765dab3b3e07235433048f3d30570e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b17e708d9b84666fbd1857dd3db9a4927b86620157ec70191dbe28c80a3ae32cfb542d827bd0a3d6473efb71ef1732f363ba87f14e4680ef521b268510ca295
|
7
|
+
data.tar.gz: 824a4c0e949a2e55a45334b759a5f8d709f9a2c2addb9d5600e5559485bea109b80995532c02f2e7629eb6ed727435373cf95328dae10bb805595cd1c16486ca
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*! =======================================================
|
2
|
-
VERSION 6.0.
|
2
|
+
VERSION 6.0.14
|
3
3
|
========================================================= */
|
4
4
|
"use strict";
|
5
5
|
|
@@ -1500,7 +1500,7 @@ function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.const
|
|
1500
1500
|
_offsetTop: function _offsetTop(obj) {
|
1501
1501
|
var offsetTop = obj.offsetTop;
|
1502
1502
|
while ((obj = obj.offsetParent) && !isNaN(obj.offsetTop)) {
|
1503
|
-
offsetTop += obj.offsetTop
|
1503
|
+
offsetTop += obj.offsetTop;
|
1504
1504
|
}
|
1505
1505
|
return offsetTop;
|
1506
1506
|
},
|