Skip to content

Commit 4b0d601

Browse files
committed
Spinner demo: Fixed time demo.
1 parent de7fd4c commit 4b0d601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/spinner/time.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131

3232
_format: function() {
33-
this.element.val( Globalize.format( new Date(this.options.value), "t" ) );
33+
return Globalize.format( new Date(this.options.value), "t" );
3434
}
3535
});
3636

0 commit comments

Comments
 (0)