summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bubble.html8
-rw-r--r--js/bubble.js (renamed from bubble.js)0
-rw-r--r--js/collision.js (renamed from collision.js)0
-rw-r--r--js/preprocess.js (renamed from preprocess.js)0
-rw-r--r--lib/d3.js (renamed from d3.js)0
5 files changed, 4 insertions, 4 deletions
diff --git a/bubble.html b/bubble.html
index c3fe36f..697a65d 100644
--- a/bubble.html
+++ b/bubble.html
@@ -142,9 +142,9 @@ html, body {
<div id="map"></div>
-<script src="d3.js"></script>
-<script src="collision.js"></script>
-<script src="preprocess.js"></script>
-<script src="bubble.js"></script>
+<script src="lib/d3.js"></script>
+<script src="js/collision.js"></script>
+<script src="js/preprocess.js"></script>
+<script src="js/bubble.js"></script>
</body>
</html>
diff --git a/bubble.js b/js/bubble.js
index c37426e..c37426e 100644
--- a/bubble.js
+++ b/js/bubble.js
diff --git a/collision.js b/js/collision.js
index acaf728..acaf728 100644
--- a/collision.js
+++ b/js/collision.js
diff --git a/preprocess.js b/js/preprocess.js
index d65c7db..d65c7db 100644
--- a/preprocess.js
+++ b/js/preprocess.js
diff --git a/d3.js b/lib/d3.js
index 8661717..8661717 100644
--- a/d3.js
+++ b/lib/d3.js