Commit 4b4b4328 authored by Klaas Winter's avatar Klaas Winter

Removed some unused code

parent a00fe3ad
This diff is collapsed.
...@@ -35,11 +35,6 @@ angular.module('contigBinningApp.controllers') ...@@ -35,11 +35,6 @@ angular.module('contigBinningApp.controllers')
/// private controller functions /// private controller functions
function render() { function render() {
if ($scope.brushed === undefined || $scope.brushed.length !== 0) {
$scope.brushed = [];
DataSet.brush($scope.brushed, "parcoords");
}
d.parcoords d.parcoords
.brushReset() .brushReset()
.autoscale() .autoscale()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment