Skip to content

Commit c03c633

Browse files
committed
Update codeit-autocomplete.js
1 parent 64693d2 commit c03c633

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/plugins/codeit-autocomplete.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ acp.lang.css.autocomplete = (query) => {
285285

286286

287287

288+
/*
288289
acp.lang.js.init = () => {
289290
290291
const iframe = document.createElement('iframe');
@@ -370,6 +371,7 @@ acp.lang.js.autocomplete = (query, rawQuery) => {
370371
return results;
371372
372373
}
374+
*/
373375

374376

375377

0 commit comments

Comments
 (0)