Upgrade legacy symbols in tests

- iD.Context -> iD.coreContext
- iD.Graph -> iD.coreGraph
- iD.Node -> iD.osmNode
- iD.Way -> iD.osmWay
- iD.Relation -> iD.osmRelation
This commit is contained in:
Bryan Housel
2019-01-30 15:43:02 -05:00
parent 7138acc652
commit 71b2d2c6b7
51 changed files with 1642 additions and 1653 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<div id='id-container'></div>
<script>
id = iD.Context()
id = iD.coreContext()
.assetPath('dist/');
// disable boundaries (unless we have an explicit disable_features list)