mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-30 07:27:54 +02:00
Move Entity subclasses to separate files
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
iD.Relation = iD.Entity.extend({
|
||||
type: "relation",
|
||||
members: []
|
||||
});
|
||||
Reference in New Issue
Block a user