mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 14:27:55 +08:00
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…
x
Reference in New Issue
Block a user