Comparing version 2.9.0 to 2.9.1
{ | ||
"name": "d3", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"description": "A small, free JavaScript library for manipulating documents based on data.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,1 +0,1 @@ | ||
d3 = {version: "2.9.0"}; // semver | ||
d3 = {version: "2.9.1"}; // semver |
@@ -126,3 +126,2 @@ d3.svg.brush = function() { | ||
g.style("pointer-events", "none").selectAll(".resize").style("display", null); | ||
g.select(".background").style("display", "none"); // workaround for IE9 bug | ||
d3.select("body").style("cursor", eventTarget.style("cursor")); | ||
@@ -252,3 +251,2 @@ | ||
g.style("pointer-events", "all").selectAll(".resize").style("display", brush.empty() ? "none" : null); | ||
g.select(".background").style("display", null); // workaround for IE9 bug | ||
d3.select("body").style("cursor", null); | ||
@@ -255,0 +253,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
631214
16897