mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Move Entity subclasses to separate files
This commit is contained in:
3
js/id/graph/node.js
Normal file
3
js/id/graph/node.js
Normal file
@@ -0,0 +1,3 @@
|
||||
iD.Node = iD.Entity.extend({
|
||||
type: "node"
|
||||
});
|
||||
Reference in New Issue
Block a user