TarekRaafat / autoComplete.js

Simple autocomplete pure vanilla Javascript library.
https://tarekraafat.github.io/autoComplete.js
Apache License 2.0
3.93k stars 236 forks source link

Fix non-async function in src #347

Closed xJeneKx closed 2 years ago

xJeneKx commented 2 years ago

Fixed error in non-async function: Uncaught (in promise) TypeError: i.src(...). then is not a function

xJeneKx commented 2 years ago

@TarekRaafat

TarekRaafat commented 2 years ago

Good catch @xJeneKx! Thank you for fixing it

Cheers, and have a nice day! :)