Skip to content

Commit

Permalink
Spinner: Fix unnecessary var
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Feb 7, 2011
1 parent 8fe10dc commit ba4fa2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/jquery.ui.spinner.js
Expand Up @@ -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 );
},

Expand Down

0 comments on commit ba4fa2b

Please sign in to comment.