Skip to content

Commit

Permalink
Fix issues w3c#236 and w3c#237
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Nov 28, 2014
1 parent 8c8c6b9 commit 22b7305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charts/line.js
Expand Up @@ -144,7 +144,7 @@ charts.line = function(args) {

this.rollover = function() {
var svg = d3.select($(args.target).find('svg').get(0));
var $svg = $(svg);
var $svg = $($(args.target).find('svg').get(0));
var g;

//remove the old rollovers if they already exist
Expand Down

0 comments on commit 22b7305

Please sign in to comment.