Move Entity subclasses to separate files

This commit is contained in:
John Firebaugh
2012-12-28 22:17:09 -08:00
parent 31502c6214
commit f7dfda46b2
6 changed files with 41 additions and 36 deletions
+4
View File
@@ -0,0 +1,4 @@
iD.Relation = iD.Entity.extend({
type: "relation",
members: []
});