Skip to content

Commit

Permalink
AutoComplete cache fix with space
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Aug 16, 2011

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c10b2c1 commit db7c590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/jquery.autocomplete.js
Original file line number Diff line number Diff line change
@@ -479,7 +479,7 @@ $.Autocompleter.Cache = function(options) {
if (!data[q]){
length++;
}
data[q] = value;
data[q] = value.strip
}

function populate(){

0 comments on commit db7c590

Please sign in to comment.