diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-12-23 12:40:34 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-12-23 12:40:34 -0500 |
commit | ecf3207941ca02eb278e19847fccb7fcff9799fc (patch) | |
tree | 60ab093371485fc619fade6eba573bb3636e4158 /ui/widgets/spinner.js | |
parent | ffcfb85c9818954adda69e73cf9ba76ea07b554c (diff) | |
download | jquery-ui-1.12.0-beta.1.tar.gz jquery-ui-1.12.0-beta.1.zip |
1.12.0-beta.11.12.0-beta.1
Diffstat (limited to 'ui/widgets/spinner.js')
-rw-r--r-- | ui/widgets/spinner.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/spinner.js b/ui/widgets/spinner.js index e875f10ad..54456a3d4 100644 --- a/ui/widgets/spinner.js +++ b/ui/widgets/spinner.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Spinner @VERSION + * jQuery UI Spinner 1.12.0-beta.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -47,7 +47,7 @@ function spinnerModifer( fn ) { } $.widget( "ui.spinner", { - version: "@VERSION", + version: "1.12.0-beta.1", defaultElement: "<input>", widgetEventPrefix: "spin", options: { |