mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 02:09:50 +02:00
Simple rendering of class diagrams
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports.getClasses = function (id) {
|
||||
return classes;
|
||||
};
|
||||
|
||||
module.exports.getRelations = function (id) {
|
||||
module.exports.getRelations = function () {
|
||||
return relations;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user