Skip to content

Commit

Permalink
Spinner: Fixed integration with globalize.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Aug 10, 2011
1 parent 56e9cd7 commit de7fd4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/spinner/spinner.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<script src="../../jquery.js"></script>
<script src="../../../external/jquery.mousewheel-3.0.4.js"></script>
<script src="../../../external/jquery.global.js"></script>
<script src="../../../external/globalize.js"></script>
<script src="../../../ui/jquery.ui.core.js"></script>
<script src="../../../ui/jquery.ui.widget.js"></script>
<script src="../../../ui/jquery.ui.button.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion ui/jquery.ui.spinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ $.widget( "ui.spinner", {

value: function( newVal ) {
if ( !arguments.length ) {
return this._format();
return this.options.value;
}
this.option( "value", newVal );
},
Expand Down

0 comments on commit de7fd4c

Please sign in to comment.