Skip to content

Commit

Permalink
Merge branch 'mbostock-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Mar 12, 2011
2 parents 4223750 + a6d5b6f commit 26662de
Show file tree
Hide file tree
Showing 16 changed files with 367 additions and 138 deletions.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -136,9 +136,12 @@ d3.geom.js: \
tests: \
tests/test-append.test \
tests/test-attr.test \
tests/test-call.test \
tests/test-format.test \
tests/test-transition.test \
tests/test-scale-linear.test
tests/test-scale-linear.test \
tests/test-scale-sqrt.test \
tests/test-scale-pow.test

%.min.js: %.js Makefile
@rm -f $@
Expand Down
4 changes: 2 additions & 2 deletions d3.geo.min.js

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

30 changes: 15 additions & 15 deletions 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 26662de

Please sign in to comment.