Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Oct 11, 2011
2 parents 50ecefd + 92524e9 commit 672b331
Show file tree
Hide file tree
Showing 19 changed files with 364 additions and 91 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -44,8 +44,11 @@ d3.core.js: \
src/core/rebind.js \
src/core/ascending.js \
src/core/descending.js \
src/core/mean.js \
src/core/median.js \
src/core/min.js \
src/core/max.js \
src/core/number.js \
src/core/sum.js \
src/core/quantile.js \
src/core/zip.js \
Expand Down
2 changes: 1 addition & 1 deletion d3.geom.js
Expand Up @@ -198,7 +198,7 @@ d3.geom.polygon = function(coordinates) {
a,
b,
c;
if (!arguments.length) k = 1 / (6 * coordinates.area());
if (!arguments.length) k = -1 / (6 * coordinates.area());
while (++i < n) {
a = coordinates[i];
b = coordinates[i + 1];
Expand Down
2 changes: 1 addition & 1 deletion d3.geom.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 672b331

Please sign in to comment.