Rename enableLiveAutocomplete to enableLiveAutocompletion to match enableBasicAutocompletion

This commit is contained in:
Homa Wong 2014-04-24 00:38:40 -07:00
commit 54a1060a81

View file

@ -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)) {