* Some basic work on connecting modules

This commit is contained in:
Bryan Ashby 2015-03-23 23:12:19 -06:00
parent 810f001901
commit d1b0663b5d
7 changed files with 109 additions and 17 deletions

View file

@ -126,7 +126,7 @@ function displayThemeArt(name, client, cb) {
}
art.display( { art : artInfo.data, client : client, iceColors : iceColors }, function onDisplayed(err, mci) {
cb(err, mci);
cb(err, mci, artInfo);
});
}
});