2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-09 14:50:57 +00:00
This commit is contained in:
Erik Schierboom 2017-03-21 14:09:47 +01:00 committed by GitHub
parent 2b29ca6f64
commit 0927361647

View File

@ -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;
}