mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-09 14:50:57 +00:00
Fix typo
This commit is contained in:
parent
2b29ca6f64
commit
0927361647
@ -134,7 +134,7 @@
|
||||
};
|
||||
|
||||
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) {
|
||||
return suggestion.value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user