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