Skip to content

Commit b3764af

Browse files
committed
Update codeit-autocomplete.js
1 parent e7c89fb commit b3764af

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
@@ -264,7 +264,7 @@ acp.language.js.autocomplete = (query) => {
264264
hierarchy = query.split('.');
265265

266266

267-
let currObject = acp.lang.js.props;
267+
let currObject = acp.language.js.props;
268268

269269
// go down hierarchy
270270
for (let i = 0; i < hierarchy.length; i++) {

0 commit comments

Comments
 (0)