diff options
Diffstat (limited to 'ui/spinner.js')
-rw-r--r-- | ui/spinner.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/spinner.js b/ui/spinner.js index 263b29d3f..8b90d71d3 100644 --- a/ui/spinner.js +++ b/ui/spinner.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Spinner @VERSION + * jQuery UI Spinner 1.11.1 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors @@ -37,7 +37,7 @@ function spinner_modifier( fn ) { } return $.widget( "ui.spinner", { - version: "@VERSION", + version: "1.11.1", defaultElement: "<input>", widgetEventPrefix: "spin", options: { |