remove fetchNodes from generic page component (#372)

This commit is contained in:
Cilibiu Bogdan
2018-05-31 16:35:57 +03:00
committed by Denys Vuika
parent 71ac843c5f
commit e94bf5340d
9 changed files with 0 additions and 28 deletions

View File

@@ -36,8 +36,6 @@ export abstract class PageComponent {
return node.isLocked || (node.properties && node.properties['cm:lockType'] === 'READ_ONLY_LOCK');
}
abstract fetchNodes(parentNodeId?: string, options?: any): void;
constructor(protected preferences: UserPreferencesService) {
}