option.lang.toLowerCase() return to self

This commit is contained in:
WooLNinesun 2017-09-06 11:34:07 +08:00
parent 2756b62367
commit 8ecc609c33
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ module.exports = (option) => {
}
if (option.lang) {
option.lang.toLowerCase();
option.lang = option.lang.toLowerCase();
}
option.contextmenu = option.contextmenu.concat([{