Skip to content

Commit

Permalink
enableLiveAutocompletion documentation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
anijanyan committed Oct 31, 2022
1 parent b496a08 commit 0cd652b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/ext/language_tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,10 @@ require("../config").defineOptions(Editor.prototype, "editor", {
},
value: false
},
/**
* Enable live autocomplete. If the value is an array, it is assumed to be an array of completers
* and will use them instead of the default completers.
*/
enableLiveAutocompletion: {
/**
* @param {boolean} val
*/
set: function(val) {
if (val) {
if (!this.completers)
Expand Down

0 comments on commit 0cd652b

Please sign in to comment.