summaryrefslogtreecommitdiff
path: root/bubble.html
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-05-20 23:52:45 +0200
committerPeter Wu <peter@lekensteyn.nl>2014-05-20 23:52:45 +0200
commit14b7ade4dbeb1c62e43ac80498534c703e0dbf43 (patch)
treef95fc64d2d8b6a54196a6ce44dd6c65e322fd55d /bubble.html
parent1a5cc150a9f4207eb439a6c2af72bc624702a8ad (diff)
downloadd3viz-14b7ade4dbeb1c62e43ac80498534c703e0dbf43.tar.gz
Moves preprocessing to preprocess.js
The only difference in preprocess is the addition of a new options parameter to avoid using a global var.
Diffstat (limited to 'bubble.html')
-rw-r--r--bubble.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bubble.html b/bubble.html
index c0ed167..c6305d4 100644
--- a/bubble.html
+++ b/bubble.html
@@ -134,6 +134,7 @@ html, body {
<script src="d3.js"></script>
<script src="collision.js"></script>
+<script src="preprocess.js"></script>
<script src="bubble.js"></script>
</body>
</html>