Skip to content

Commit 3e0febc

Browse files
committed
Update codeit-autocomplete.js
1 parent 701f9c2 commit 3e0febc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/codeit-autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ acp.initLang = (lang) => {
4949

5050
acp.autocomplete = async (lang) => {
5151

52-
langAcp = acp.lang[lang];
52+
let langAcp = acp.lang[lang];
5353

5454
if (!langAcp.didInit) {
5555

0 commit comments

Comments
 (0)