graph -> core

This matches how it's described in ARCHITECTURE.md.
This commit is contained in:
John Firebaugh
2013-02-09 15:11:19 -08:00
parent bd8847ba6a
commit 843baa11c0
20 changed files with 41 additions and 41 deletions
+6 -6
View File
@@ -26,12 +26,12 @@
<script src="../js/id/svg/tag_classes.js"></script>
<script src="../js/id/svg/vertices.js"></script>
<script src='../js/id/graph/entity.js'></script>
<script src='../js/id/graph/graph.js'></script>
<script src='../js/id/graph/history.js'></script>
<script src='../js/id/graph/node.js'></script>
<script src='../js/id/graph/relation.js'></script>
<script src='../js/id/graph/way.js'></script>
<script src='../js/id/core/entity.js'></script>
<script src='../js/id/core/graph.js'></script>
<script src='../js/id/core/history.js'></script>
<script src='../js/id/core/node.js'></script>
<script src='../js/id/core/relation.js'></script>
<script src='../js/id/core/way.js'></script>
<form style="position: fixed; right: 10px; bottom: 10px">
<input id="background-color" type="range" min="0" max="255" value="255">