* Minor fix + notes

This commit is contained in:
Bryan Ashby 2015-09-23 23:55:13 -06:00
parent 903db84f23
commit 1082b6e39c
2 changed files with 5 additions and 1 deletions

View file

@ -48,7 +48,9 @@ function AreaPostFSEModule(options) {
console.log(msg);
}
self.client.fallbackMenuModule();
self.client.fallbackMenuModule( { }, function result(err) {
// :TODO: how to best handle this??? fallbackMenuModule should prob inspect options & cb to be optional. gotoMenuModule() already has default cb
});
//self.client.gotoMenuModule( { name : self.menuConfig.fallback } );
}
);