Opened 10 years ago
Closed 10 years ago
#8565 closed bug (fixed)
Special character typo in autocomplete source file
Reported by: | reichenj | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | git |
Component: | ui.autocomplete | Version: | 1.9.0-rc.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In jquery.ui.autocomplete.js, there is a special character on line 157. It is currently:
input: function( event ) {
This causes failure when run through YUI compressor on unix systems (or at least on a mac). Further, I'm not so sure this function works as the argument name is messed up.
Change History (1)
comment:1 Changed 10 years ago by
Milestone: | 1.9.0 → git |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is already fixed.