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 57e59820c..434d78fa5 100644 --- a/ui/widgets/autocomplete.js +++ b/ui/widgets/autocomplete.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Autocomplete @VERSION + * jQuery UI Autocomplete 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -39,7 +39,7 @@ "use strict"; $.widget( "ui.autocomplete", { - version: "@VERSION", + version: "1.14.0", defaultElement: "<input>", options: { appendTo: null, |