Fix .shared classing

Now that Graph#parentWays is cached, the specialized Graph#parentStructure
method is no longer necessary.

This commit also demonstrates that it's relatively easy to write specs for
rendering now!
This commit is contained in:
John Firebaugh
2013-01-11 11:53:05 -08:00
parent c24d6d83e3
commit 577398ca21
5 changed files with 28 additions and 15 deletions
+1
View File
@@ -57,6 +57,7 @@
<script src="spec/renderer/hash.js"></script>
<script src="spec/renderer/map.js"></script>
<script src="spec/svg/vertices.js"></script>
<script src="spec/svg/tag_classes.js"></script>
<script src="spec/ui/inspector.js"></script>