Skip to content
Snippets Groups Projects
Commit 529c7787 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

codestyle

parent be510440
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,11 @@ class CorpusAnalysisApp {
.then(
cQiCorpus => {
this.data.corpus = {o: cQiCorpus};
this.data.corpus.o.getVisualizationData().then(data => console.log(data));
this.data.corpus.o.getVisualizationData().then(
(data) => {
console.log(data);
}
);
// this.data.corpus.o.getVisualizationData()
// .then(
// (visualizationData) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment