mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Spinner: Fix unnecessary var
This commit is contained in:
parent
8fe10dc560
commit
ba4fa2b5ca
1
ui/jquery.ui.spinner.js
vendored
1
ui/jquery.ui.spinner.js
vendored
@ -312,7 +312,6 @@ $.widget('ui.spinner', {
|
||||
},
|
||||
|
||||
_format: function(num) {
|
||||
var num = this.options.value;
|
||||
this.element.val( $.global && this.options.numberformat ? $.global.format(num, this.options.numberformat) : num );
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user