Fix default property value
This commit is contained in:
parent
8d3b80af53
commit
4310adfdc5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const types = {
|
||||||
const defaults = {
|
const defaults = {
|
||||||
hintchars: 'abcdefghijklmnopqrstuvwxyz',
|
hintchars: 'abcdefghijklmnopqrstuvwxyz',
|
||||||
smoothscroll: false,
|
smoothscroll: false,
|
||||||
complete: 'sbn',
|
complete: 'sbh',
|
||||||
};
|
};
|
||||||
|
|
||||||
const docs = {
|
const docs = {
|
||||||
|
|
Reference in a new issue