Simple rendering of class diagrams

This commit is contained in:
knsv
2015-10-30 10:47:25 +01:00
parent 01ddfea478
commit 7a58e8261f
6 changed files with 2439 additions and 1074 deletions

View File

@@ -36,7 +36,7 @@ module.exports.getClasses = function (id) {
return classes;
};
module.exports.getRelations = function (id) {
module.exports.getRelations = function () {
return relations;
};