Uncommeng out a deprecated function - will fix later; need for now
This commit is contained in:
parent
05a93cae89
commit
23e77dcb31
|
@ -99,8 +99,8 @@ exports.getModule = class MessageAreaListModule extends MenuModule {
|
||||||
}
|
}
|
||||||
|
|
||||||
// :TODO: these concepts have been replaced with the {someKey} style formatting - update me!
|
// :TODO: these concepts have been replaced with the {someKey} style formatting - update me!
|
||||||
/*
|
|
||||||
updateGeneralAreaInfoViews(areaIndex) {
|
updateGeneralAreaInfoViews(areaIndex) {
|
||||||
|
/*
|
||||||
const areaInfo = self.messageAreas[areaIndex];
|
const areaInfo = self.messageAreas[areaIndex];
|
||||||
|
|
||||||
[ MciViewIds.SelAreaInfo1, MciViewIds.SelAreaInfo2 ].forEach(mciId => {
|
[ MciViewIds.SelAreaInfo1, MciViewIds.SelAreaInfo2 ].forEach(mciId => {
|
||||||
|
@ -109,8 +109,8 @@ exports.getModule = class MessageAreaListModule extends MenuModule {
|
||||||
v.setFormatObject(areaInfo.area);
|
v.setFormatObject(areaInfo.area);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
|
||||||
*/
|
*/
|
||||||
|
}
|
||||||
|
|
||||||
mciReady(mciData, cb) {
|
mciReady(mciData, cb) {
|
||||||
super.mciReady(mciData, err => {
|
super.mciReady(mciData, err => {
|
||||||
|
|
Loading…
Reference in New Issue