Minification fix #1693 (#1782)

This commit is contained in:
Eugenio Romano
2017-03-28 20:47:57 +01:00
committed by Denys Vuika
parent 4c62409e8c
commit 3a300c20d4
2 changed files with 12 additions and 10 deletions

View File

@@ -120,7 +120,6 @@ export class ActivitiDemoComponent implements AfterViewInit {
);
this.dataProcesses.setSorting(new DataSorting('started', 'desc'));
// Uncomment this line to replace all 'text' field editors with custom component
// formRenderingService.setComponentTypeResolver('text', () => CustomEditorComponent, true);