]> source.dussan.org Git - jquery-ui.git/commitdiff
Spinner: Don't need to call _format() and _aria() in _setOptions() since it's wrapped...
authorScott González <scott.gonzalez@gmail.com>
Sun, 7 Aug 2011 16:30:33 +0000 (12:30 -0400)
committerScott González <scott.gonzalez@gmail.com>
Sun, 7 Aug 2011 16:30:33 +0000 (12:30 -0400)
ui/jquery.ui.spinner.js

index aac5b3976b8fcba4aa5823078c5484983b081522..6004f0bc6af412f00e6bf8925d12921246bd5519 100644 (file)
@@ -316,8 +316,6 @@ $.widget( "ui.spinner", {
 
                // handle any options that might cause value to change, e.g., min
                this._value( this._trimValue( this.options.value ) );
-               this._format();
-               this._aria();
        }),
 
        _aria: function() {