mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-09 23:01:00 +00:00
Merge pull request #597 from ErikSchierboom/patch-2
Fix typo in src/jquery.autocomplete.js
This commit is contained in:
commit
44ad25665f
@ -134,7 +134,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
function _formatResult(suggestion, currentValue) {
|
function _formatResult(suggestion, currentValue) {
|
||||||
// Do not replace anything if there current value is empty
|
// Do not replace anything if the current value is empty
|
||||||
if (!currentValue) {
|
if (!currentValue) {
|
||||||
return suggestion.value;
|
return suggestion.value;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user