option.lang.toLowerCase() return to self
This commit is contained in:
parent
2756b62367
commit
8ecc609c33
|
|
@ -40,7 +40,7 @@ module.exports = (option) => {
|
|||
}
|
||||
|
||||
if (option.lang) {
|
||||
option.lang.toLowerCase();
|
||||
option.lang = option.lang.toLowerCase();
|
||||
}
|
||||
|
||||
option.contextmenu = option.contextmenu.concat([{
|
||||
|
|
|
|||
Loading…
Reference in New Issue