Code formatting improvement

This commit is contained in:
Patrick Steele-Idem 2015-07-06 10:06:26 -06:00
parent 63a60e8bc8
commit 12204aba75

View File

@ -393,7 +393,12 @@ TemplateBuilder.prototype = {
}
}
this.contextHelperMethodCall('i', typeof templatePath === 'string' ? this.compiler.convertType(templatePath, 'string', true) : templatePath, dataExpression);
this.contextHelperMethodCall(
'i',
typeof templatePath === 'string' ?
this.compiler.convertType(templatePath, 'string', true) :
templatePath,
dataExpression);
}
return this;
},