Skip to content

Commit

Permalink
added TextConverter (again?)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jan 25, 2019
1 parent 5f42358 commit 86335a4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/app.info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
CTMConverter,
PartiturConverter,
PraatTableConverter,
PraatTextgridConverter
PraatTextgridConverter, TextConverter
} from './obj/Converters';

export class AppInfo {
Expand All @@ -20,7 +20,7 @@ export class AppInfo {
}

private static _version = '1.0.0';
public static readonly lastUpdated = '2018-01-24 18:00';
public static readonly lastUpdated = '2018-01-25 12:20';

private static _converters: {
obj: Converter;
Expand All @@ -45,6 +45,10 @@ export class AppInfo {
{
obj: new PraatTableConverter(),
color: 'purple'
},
{
obj: new TextConverter(),
color: 'darkblue'
}
];
}

0 comments on commit 86335a4

Please sign in to comment.