diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-08-07 12:30:33 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-08-07 12:30:33 -0400 |
commit | 6c9dac29a5594df7d08d722580d739fb734b2311 (patch) | |
tree | 4b1a12ae471d6fe6ff3d6cb7b18965aa15cd873c /ui | |
parent | dd0a436c3781bbb0381d32469c1fe6d1eefd13aa (diff) | |
download | jquery-ui-6c9dac29a5594df7d08d722580d739fb734b2311.tar.gz jquery-ui-6c9dac29a5594df7d08d722580d739fb734b2311.zip |
Spinner: Don't need to call _format() and _aria() in _setOptions() since it's wrapped as a modifier.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/jquery.ui.spinner.js | 2 |
1 files changed, 0 insertions, 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() { |