mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
4 lines
50 B
JavaScript
4 lines
50 B
JavaScript
iD.Node = iD.Entity.extend({
|
|
type: "node"
|
|
});
|