Search and Top Navigation
#8565 closed bug (fixed)
Opened September 11, 2012 05:20PM UTC
Closed September 11, 2012 05:28PM UTC
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.
Attachments (0)
Change History (1)
Changed September 11, 2012 05:28PM UTC by comment:1
milestone: | 1.9.0 → git |
---|---|
resolution: | → fixed |
status: | new → closed |
This is already fixed.