Merge pull request #135 from WooLNinesun/master

option.lang.toLowerCase() return to self
This commit is contained in:
DIYgod 2017-09-06 11:39:50 +08:00 committed by GitHub
commit 97dfb6ae67
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([{