mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
Start traversing the graph, other changes
Adds GeoJSON viewing to features, unifies the way that features refer to their children.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
describe('Relation Member', function() {
|
||||
describe('Relation', function() {
|
||||
var rm;
|
||||
|
||||
beforeEach(function() {
|
||||
rm = new iD.RelationMember();
|
||||
rm = new iD.Relation();
|
||||
});
|
||||
|
||||
it('is instantiated', function() {
|
||||
|
||||
Reference in New Issue
Block a user