REFACTOR: value assigned to cp here is unused. (#9672)
This commit is contained in:
parent
930989d462
commit
a2109bd9b2
|
@ -492,7 +492,6 @@ export default function(options) {
|
|||
(!prev || allowedLettersRegex.test(prev))
|
||||
) {
|
||||
completeStart = c;
|
||||
cp = completeEnd = initial;
|
||||
term = me[0].value.substring(c + 1, initial);
|
||||
updateAutoComplete(dataSource(term, options));
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue