Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Spinner: Don't need to call _format() and _aria() in _setOptions() si…
…nce it's wrapped as a modifier.
  • Loading branch information
scottgonzalez committed Aug 7, 2011
1 parent dd0a436 commit 6c9dac2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/jquery.ui.spinner.js
Expand Up @@ -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() {
Expand Down

0 comments on commit 6c9dac2

Please sign in to comment.