From 6c9dac29a5594df7d08d722580d739fb734b2311 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Sun, 7 Aug 2011 12:30:33 -0400 Subject: [PATCH] Spinner: Don't need to call _format() and _aria() in _setOptions() since it's wrapped as a modifier. --- ui/jquery.ui.spinner.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/jquery.ui.spinner.js b/ui/jquery.ui.spinner.js index aac5b3976..6004f0bc6 100644 --- a/ui/jquery.ui.spinner.js +++ b/ui/jquery.ui.spinner.js @@ -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() { -- 2.39.5