Skip to content

Commit 6c9dac2

Browse files
committed
Spinner: Don't need to call _format() and _aria() in _setOptions() since it's wrapped as a modifier.
1 parent dd0a436 commit 6c9dac2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/jquery.ui.spinner.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ $.widget( "ui.spinner", {
316316

317317
// handle any options that might cause value to change, e.g., min
318318
this._value( this._trimValue( this.options.value ) );
319-
this._format();
320-
this._aria();
321319
}),
322320

323321
_aria: function() {

0 commit comments

Comments
 (0)