Uncommeng out a deprecated function - will fix later; need for now

This commit is contained in:
Bryan Ashby 2018-01-15 21:05:55 -07:00
parent 05a93cae89
commit 23e77dcb31
1 changed files with 3 additions and 3 deletions

View File

@ -99,8 +99,8 @@ exports.getModule = class MessageAreaListModule extends MenuModule {
}
// :TODO: these concepts have been replaced with the {someKey} style formatting - update me!
/*
updateGeneralAreaInfoViews(areaIndex) {
updateGeneralAreaInfoViews(areaIndex) {
/*
const areaInfo = self.messageAreas[areaIndex];
[ MciViewIds.SelAreaInfo1, MciViewIds.SelAreaInfo2 ].forEach(mciId => {
@ -109,8 +109,8 @@ exports.getModule = class MessageAreaListModule extends MenuModule {
v.setFormatObject(areaInfo.area);
}
});
*/
}
*/
mciReady(mciData, cb) {
super.mciReady(mciData, err => {