vendor/assets/javascripts/jquery.ui/jquery.ui.slider.js in h2ocube_rails_assets-0.0.12 vs vendor/assets/javascripts/jquery.ui/jquery.ui.slider.js in h2ocube_rails_assets-0.0.13
- old
+ new
@@ -1,7 +1,7 @@
/*!
- * jQuery UI Slider 1.10.1
+ * jQuery UI Slider 1.10.2
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
@@ -18,10 +18,10 @@
// number of pages in a slider
// (how many times can you page up/down to go through the whole range)
var numPages = 5;
$.widget( "ui.slider", $.ui.mouse, {
- version: "1.10.1",
+ version: "1.10.2",
widgetEventPrefix: "slide",
options: {
animate: false,
distance: 0,