mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Code formatting improvement
This commit is contained in:
parent
63a60e8bc8
commit
12204aba75
@ -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;
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user