* Mostly thoughts on starting pipe code support for preview mode of MLTEV

This commit is contained in:
Bryan Ashby 2015-09-10 22:20:11 -06:00
parent 6b03b5357f
commit 1a81532aa7
2 changed files with 11 additions and 0 deletions

View file

@ -108,6 +108,7 @@ MCIViewFactory.prototype.createFromMCI = function(mci) {
break;
// Pre-defined Label (Text View)
// :TODO: Currently no real point of PL -- @method replaces this pretty much... probably remove
case 'PL' :
if(mci.args.length > 0) {
options.text = getPredefinedMCIValue(this.client, mci.args[0]);