fix(structure): fix internal naming

This commit is contained in:
2018-09-15 12:43:01 +02:00
parent 7bad738cb1
commit a707dff92d
5 changed files with 7 additions and 52 deletions

View File

@ -3,7 +3,7 @@ import * as handlebars from 'handlebars';
/**
* class Tlt allows templates to be used with different sets of data
*/
export class Tlt {
export class SmartMustache {
template: any;
/**