now can choose which topics to bag in the control pannel

This commit is contained in:
Glen Turner
2015-06-29 16:56:20 -07:00
parent d146020719
commit 09f78ce4d8
14 changed files with 205 additions and 96 deletions

3
backend/js/Node.js Normal file
View File

@@ -0,0 +1,3 @@
function Node (name) {
this.name = name;
}