* Fix some extraArgs stuff

* Minor updates to FSE related modules -- WIP!
This commit is contained in:
Bryan Ashby 2015-08-16 13:35:34 -06:00
parent d9b39fcaa6
commit 7990202317
5 changed files with 64 additions and 30 deletions

View file

@ -441,9 +441,9 @@ Client.prototype.gotoMenuModule = function(options, cb) {
self.detachCurrentMenuModule();
var loadOptions = {
name : options.name,
client : self,
args : options.args
name : options.name,
client : self,
extraArgs : options.extraArgs,
};
menuUtil.loadMenu(loadOptions, function onMenuModuleLoaded(err, modInst) {