* Various cleanup + utility methods

This commit is contained in:
Bryan Ashby 2014-11-04 23:50:42 -07:00
parent d242546458
commit f2388ceed1
6 changed files with 68 additions and 21 deletions

View file

@ -28,7 +28,7 @@ function entryPoint(client) {
});
},
function displayArt(theArt, callback) {
art.display(theArt, { client : client, mciReplaceChar : ' ' }, function onDisplayed(err, mci) {
art.display( { art : theArt, client : client }, function onDisplayed(err, mci) {
callback(err, mci);
});
},