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

3
js/id/graph/node.js Normal file
View File

@@ -0,0 +1,3 @@
iD.Node = iD.Entity.extend({
type: "node"
});