Skip to content

Commit

Permalink
fixed brushState
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-me-outta-here committed Jan 19, 2016
1 parent 83766e6 commit 16f4de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion d3.parcoords.js
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ pc.brushMode = function(mode) {
delete pc.brushReset;
},
selected: selected,
//brushState: brushExtents
brushState: brushExtents
}
})();
// brush mode: 2D-strums
Expand Down
2 changes: 1 addition & 1 deletion src/brushes/1D.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,6 @@
delete pc.brushReset;
},
selected: selected,
//brushState: brushExtents
brushState: brushExtents
}
})();

0 comments on commit 16f4de3

Please sign in to comment.