mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user