[hotfix] passing payload to Slice.done everywhere

This commit is contained in:
Maxime Beauchemin
2016-06-13 22:58:04 -07:00
parent bacbd909d1
commit e29d71d0ff
5 changed files with 5 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ function parallelCoordVis(slice) {
});
});
}
slice.done();
slice.done(payload);
})
.fail(function (xhr) {
slice.error(xhr.responseText);