Skip to content

Commit

Permalink
v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Stryzhevskyi committed Nov 16, 2016
1 parent 70e62d4 commit a5a1e25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rangeslider-pure",
"version": "0.3.9",
"version": "0.3.10",
"homepage": "https://github.com/Stryzhevskyi/rangeSlider",
"authors": [
"André Ruffert <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion dist/rangeSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
this.value = value;
this._updatePercentFromValue();

if (this.isInteractsNow || this.needTriggerEventss) {
if (this.isInteractsNow || this.needTriggerEvents) {
if (this.onSlideStart && typeof this.onSlideStart === 'function' && this.onSlideEventsCount === 0) {
this.onSlideStart(this.value, this.percent, this.position);
}
Expand Down
Loading

0 comments on commit a5a1e25

Please sign in to comment.