app/assets/javascripts/jquery.ui.spinner.js in jquery-ui-rails-4.0.2 vs app/assets/javascripts/jquery.ui.spinner.js in jquery-ui-rails-4.0.3

- old
+ new

@@ -1,11 +1,11 @@ //= require jquery.ui.core //= require jquery.ui.widget //= require jquery.ui.button /*! - * jQuery UI Spinner 1.10.0 + * jQuery UI Spinner 1.10.3 * http://jqueryui.com * * Copyright 2013 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license @@ -29,11 +29,11 @@ } }; } $.widget( "ui.spinner", { - version: "1.10.0", + version: "1.10.3", defaultElement: "<input>", widgetEventPrefix: "spin", options: { culture: null, icons: { @@ -104,9 +104,10 @@ if ( this.cancelBlur ) { delete this.cancelBlur; return; } + this._stop(); this._refresh(); if ( this.previous !== this.element.val() ) { this._trigger( "change", event ); } },