Skip to content

Commit

Permalink
Partially fix issue w3c#157
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Oct 23, 2014
1 parent 3377cce commit cbe83e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/charts/point.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ charts.point = function(args) {
this.rollover = function() {
var svg = d3.select(args.target + ' svg');

var clips = svg.append('g')
.attr('id', 'point-clips');

var paths = svg.append('g')
.attr('id', 'point-paths');

Expand Down

0 comments on commit cbe83e0

Please sign in to comment.