aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-08-07 12:30:33 -0400
committerScott González <scott.gonzalez@gmail.com>2011-08-07 12:30:33 -0400
commit6c9dac29a5594df7d08d722580d739fb734b2311 (patch)
tree4b1a12ae471d6fe6ff3d6cb7b18965aa15cd873c /ui
parentdd0a436c3781bbb0381d32469c1fe6d1eefd13aa (diff)
downloadjquery-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.js2
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() {