From c5d6ea4baae74f54ab5f44239e9239a61a5f0ce9 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Fri, 11 Sep 2015 10:49:47 -0400 Subject: [PATCH] Spinner: Style updates --- ui/widgets/spinner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/widgets/spinner.js b/ui/widgets/spinner.js index 1c7e9b364..43bc694a5 100644 --- a/ui/widgets/spinner.js +++ b/ui/widgets/spinner.js @@ -262,7 +262,7 @@ $.widget( "ui.spinner", { "icon": this.options.icons.up, "showLabel": false } ); - this.buttons.last().button({ + this.buttons.last().button( { "icon": this.options.icons.down, "showLabel": false } );