[jQuery] [autocomplete] possible bug when using jquery.autocomplete.min.js

[jQuery] [autocomplete] possible bug when using jquery.autocomplete.min.js


When i replace jquery.autocomplete.js include script with
jquery.autocomplete.min.js version I get this errors:
missing ; before statement
http://localhost/admin/js/autocomplete/jquery.autocomplete.min.js
Line 15
; before statement
[Break on this error] ment.hide();listItems&&listItems.removeC...|
options.selectFirst&&listItems[0]);},sh
I guess minified version is not correctly processed. Can anyone
confirme this.
btw I'm using 1.0.1 version.