bootstrap-slider-rails 6.0.8 → 6.0.10
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: 5518ad9b0bf3f07e0f105543bae1354861a72fcc
|
4
|
+
data.tar.gz: d254af20aa9a1a39ad42405dcc54117566dfabda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccca77d43e0bcc3987b4187fd389acce6cb04b1f2f9200780c9b9de8a7a12e38c00112ed519cda5a17530bf43ef507e4e529747446a96cde1715f3d46b140517
|
7
|
+
data.tar.gz: 1d4897aef447db7ffb969ed1bd2aac635e4706345a7e0c4a3ea82faccab0b3bc032bd79f2b3db475e32be62bef0e02f361c123ba632105266aa199d4452ec42d
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*! =======================================================
|
2
|
-
VERSION 6.0.
|
2
|
+
VERSION 6.0.10
|
3
3
|
========================================================= */
|
4
4
|
"use strict";
|
5
5
|
|
@@ -775,6 +775,7 @@ function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.const
|
|
775
775
|
this._layout();
|
776
776
|
var newValue = this.options.range ? this._state.value : this._state.value[0];
|
777
777
|
|
778
|
+
this._setDataVal(newValue);
|
778
779
|
if (triggerSlideEvent === true) {
|
779
780
|
this._trigger('slide', newValue);
|
780
781
|
}
|
@@ -784,7 +785,6 @@ function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.const
|
|
784
785
|
newValue: newValue
|
785
786
|
});
|
786
787
|
}
|
787
|
-
this._setDataVal(newValue);
|
788
788
|
|
789
789
|
return this;
|
790
790
|
},
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap-slider-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pedr Browne
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01-
|
11
|
+
date: 2016-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|