Rename enableLiveAutocomplete to enableLiveAutocompletion to match enableBasicAutocompletion
This commit is contained in:
parent
163a6a9243
commit
54a1060a81
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ require("../config").defineOptions(Editor.prototype, "editor", {
|
|||
* and will use them instead of the default completers.
|
||||
* NOTE: Should this be renamed to enableLiveAutocompletion to match enableBasicAutocompletion?
|
||||
*/
|
||||
enableLiveAutocomplete: {
|
||||
enableLiveAutocompletion: {
|
||||
set: function(val) {
|
||||
if (val) {
|
||||
if (Array.isArray(val)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue