Skip to content

Commit ba4fa2b

Browse files
committed
Spinner: Fix unnecessary var
1 parent 8fe10dc commit ba4fa2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/jquery.ui.spinner.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ $.widget('ui.spinner', {
312312
},
313313

314314
_format: function(num) {
315-
var num = this.options.value;
316315
this.element.val( $.global && this.options.numberformat ? $.global.format(num, this.options.numberformat) : num );
317316
},
318317

0 commit comments

Comments
 (0)