Files
iD/js/id/graph/node.js
2012-12-28 22:17:09 -08:00

4 lines
50 B
JavaScript

iD.Node = iD.Entity.extend({
type: "node"
});