aboutsummaryrefslogtreecommitdiffstats
path: root/ui/autocomplete.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/autocomplete.js')
-rw-r--r--ui/autocomplete.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/autocomplete.js b/ui/autocomplete.js
index dc970b5c7..7671c7fb0 100644
--- a/ui/autocomplete.js
+++ b/ui/autocomplete.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Autocomplete @VERSION
+ * jQuery UI Autocomplete 1.11.3
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
@@ -27,7 +27,7 @@
}(function( $ ) {
$.widget( "ui.autocomplete", {
- version: "@VERSION",
+ version: "1.11.3",
defaultElement: "<input>",
options: {
appendTo: null,