diff options
Diffstat (limited to 'ui/widgets/autocomplete.js')
-rw-r--r-- | ui/widgets/autocomplete.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/autocomplete.js b/ui/widgets/autocomplete.js index 060d8e94f..44774644f 100644 --- a/ui/widgets/autocomplete.js +++ b/ui/widgets/autocomplete.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Autocomplete @VERSION + * jQuery UI Autocomplete 1.12.0-beta.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -37,7 +37,7 @@ }( function( $ ) { $.widget( "ui.autocomplete", { - version: "@VERSION", + version: "1.12.0-beta.1", defaultElement: "<input>", options: { appendTo: null, |