Skip to content

Commit

Permalink
Merge branch 'raphael-compat' into raphael
Browse files Browse the repository at this point in the history
Conflicts:
	d3.v2.min.js
  • Loading branch information
issa-tseng committed Jun 7, 2012
2 parents 4798ba7 + ad63bbc commit db03f8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions d3.v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -4884,7 +4884,7 @@ var D3RaphaelRoot = function(paper) {
* @version Internal; Subject to change
*/
D3RaphaelRoot.prototype.select = function(s) {
return d3_raphael_selection([d3_raphael_type_selector(s, this, true)], this)
return d3_raphael_selection([d3_raphael_selector(s, this, true)], this)
};

/**
Expand All @@ -4895,7 +4895,7 @@ D3RaphaelRoot.prototype.select = function(s) {
* @private
*/
D3RaphaelRoot.prototype.selectAll = function(s) {
return d3_raphael_selection([d3_raphael_type_selector(s, this, false)], this)
return d3_raphael_selection([d3_raphael_selector(s, this, false)], this)
};

/**
Expand Down
Loading

0 comments on commit db03f8c

Please sign in to comment.