* Start some work on message list fetching

This commit is contained in:
Bryan Ashby 2015-08-26 23:25:49 -06:00
parent 3be271aab5
commit 140990811a
2 changed files with 48 additions and 15 deletions

View file

@ -64,6 +64,9 @@ MessageListModule.prototype.mciReady = function(mciData, cb) {
};
vc.loadFromMenuConfig(loadOpts, callback);
},
function fetchMessagesInArea(callback) {
}
],
function complete(err) {