From 23e77dcb319e50c16a6d821c03f12d13d8eb8749 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 15 Jan 2018 21:05:55 -0700 Subject: [PATCH] Uncommeng out a deprecated function - will fix later; need for now --- core/msg_area_list.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/msg_area_list.js b/core/msg_area_list.js index 96b0a51c..fcc44b23 100644 --- a/core/msg_area_list.js +++ b/core/msg_area_list.js @@ -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 => {