From 6c9dac29a5594df7d08d722580d739fb734b2311 Mon Sep 17 00:00:00 2001 From: Scott González Date: Sun, 7 Aug 2011 12:30:33 -0400 Subject: 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(-) (limited to 'ui') 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() { -- cgit v1.2.3