Fix thumbnail-related document-list tests

This commit is contained in:
Will Abson
2016-06-10 10:51:04 +01:00
parent 91b93464e8
commit a9a84026e0
3 changed files with 25 additions and 18 deletions

View File

@@ -298,18 +298,6 @@ export class DocumentList implements OnInit, AfterViewChecked, AfterContentInit,
}
}
/**
* Gets content URL for the given node.
* @param node Node to get URL for.
* @returns {string} URL address.
*/
getContentUrl(node: MinimalNodeEntity): string {
if (this._alfrescoService) {
return this._alfrescoService.getContentUrl(node);
}
return null;
}
/**
* Gets thumbnail URL for the given node.
* @param node Node to get URL for.