Files
old-lab_ui/client/app/utilities/Node.js

3 lines
46 B
JavaScript
Raw Normal View History

function Node (name) {
this.name = name;
}