Skip to content

Commit

Permalink
Release v10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rovolution committed Apr 29, 2018
1 parent 1372f74 commit d25627b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seiyria-bootstrap-slider",
"version": "10.0.1",
"version": "10.0.2",
"homepage": "https://github.com/seiyria/bootstrap-slider",
"authors": [
"Kyle Kemp <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seiyria/bootstrap-slider",
"type": "library",
"version": "10.0.1",
"version": "10.0.2",
"description": "A less buggy fork of the original bootstrap slider found on http://www.eyecon.ro/ by Stefan Petre. It was forked so we could update the slider since the original wasn't under version control.",
"keywords": ["slider", "css", "bootstrap", "javascript"],
"homepage": "https://github.com/seiyria/bootstrap-slider",
Expand Down
4 changes: 2 additions & 2 deletions dist/bootstrap-slider.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! =======================================================
VERSION 10.0.1
VERSION 10.0.2
========================================================= */
"use strict";

Expand Down Expand Up @@ -658,7 +658,7 @@ var windowIsDefined = (typeof window === "undefined" ? "undefined" : _typeof(win
} else {
this.stylePos = 'left';
}
this.mousePos = 'pageX';
this.mousePos = 'clientX';
this.sizePos = 'offsetWidth';
}
// specific rtl class
Expand Down
4 changes: 2 additions & 2 deletions dist/bootstrap-slider.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-slider.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! =======================================================
VERSION 10.0.1
VERSION 10.0.2
========================================================= */
/*! =========================================================
* bootstrap-slider.js
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap-slider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-slider",
"version": "10.0.1",
"version": "10.0.2",
"description": "Slider view component for Twitter Bootstrap.",
"main": "dist/bootstrap-slider.js",
"style": "dist/css/bootstrap-slider.css",
Expand Down

0 comments on commit d25627b

Please sign in to comment.