TODO reminder

This commit is contained in:
Bryan Ashby 2016-07-09 20:08:08 -06:00
parent 7717ac8b5f
commit 1aa77530dd

View file

@ -213,6 +213,7 @@ function handleNext(client, nextSpec, conf) {
} }
var nextAsset = asset.getAssetWithShorthand(nextSpec, 'menu'); var nextAsset = asset.getAssetWithShorthand(nextSpec, 'menu');
// :TODO: getAssetWithShorthand() can return undefined - handle it!
conf = conf || {}; conf = conf || {};
var extraArgs = conf.extraArgs || {}; var extraArgs = conf.extraArgs || {};