Merge branch '0.0.9-alpha' of github.com:NuSkooler/enigma-bbs into 0.0.9-alpha

This commit is contained in:
Bryan Ashby 2018-02-12 20:18:38 -07:00
commit cd51cc1adb
7 changed files with 3 additions and 6 deletions

View file

@ -37,7 +37,7 @@ exports.moduleInfo = {
const MciViewIds = {
msgList : 1, // VM1
MsgInfo1 : 2, // TL2
msgInfo1 : 2, // TL2
};
exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher(MenuModule) {