Skip to content
Snippets Groups Projects
Commit 9b0d6ef9 authored by Chris Beer's avatar Chris Beer
Browse files

fix up another test

parent f183d148
No related branches found
No related tags found
No related merge requests found
......@@ -39,11 +39,6 @@ export class WindowViewer extends Component {
});
manifestoCanvas.processAnnotations(fetchAnnotation, receiveAnnotation);
});
currentCanvases.map(canvas => new ManifestoCanvas(canvas))
.map(manifestoCanvas => manifestoCanvas.annotationListUris.forEach((uri) => {
fetchAnnotation(manifestoCanvas.canvas.id, uri);
}));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment