minor fix document list

This commit is contained in:
Eugenio Romano
2016-07-11 17:42:37 +01:00
parent 0e4a401e7f
commit 9075fce60a
4 changed files with 5 additions and 9 deletions

View File

@@ -156,10 +156,6 @@ class DocumentListDemo implements OnInit {
alfrescoSettingsService.host = this.host;
if (this.authService.getToken()) {
this.token = this.authService.getToken();
}
translation.addTranslationFolder();
documentActions.setHandler('my-handler', this.myDocumentActionHandler.bind(this));
}