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

@@ -31,10 +31,6 @@ class TestClass extends PageComponent {
constructor() {
super(null);
}
fetchNodes(parentNodeId?: string, options?: any) {
// abstract
}
}
describe('PageComponent', () => {