We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code in https://github.com/jdittrich/ep_autocomp/blob/master/static/js/autocomp.js is messy.
https://github.com/jdittrich/ep_autocomp/blob/master/static/js/autocomp.js
It is commented, but the order of the functions does not make sense and the comments should be reviewed.
The text was updated successfully, but these errors were encountered:
createAutocompHTML does return undefined, not ?
Yes. :-) It does not return anything, it is used to display new suggestions to the user.
Sorry, something went wrong.
jdittrich
No branches or pull requests
The code in
https://github.com/jdittrich/ep_autocomp/blob/master/static/js/autocomp.js
is messy.It is commented, but the order of the functions does not make sense and the comments should be reviewed.
The text was updated successfully, but these errors were encountered: