Files
iD/js/id/graph/node.js
John Firebaugh d181df4c51 Polymorphism
2012-12-28 22:24:52 -08:00

8 lines
120 B
JavaScript

iD.Node = iD.Entity.extend({
type: "node",
extent: function() {
return [this.loc, this.loc];
}
});