mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-08 10:06:40 +02:00
another style fix
This commit is contained in:
@@ -5,7 +5,7 @@ let classes = {};
|
|||||||
|
|
||||||
const splitClassNameAndType = function(id) {
|
const splitClassNameAndType = function(id) {
|
||||||
let genericType = '';
|
let genericType = '';
|
||||||
let className = id;
|
let className = id;
|
||||||
|
|
||||||
if (id.indexOf('~') > 0) {
|
if (id.indexOf('~') > 0) {
|
||||||
let split = id.split('~');
|
let split = id.split('~');
|
||||||
|
Reference in New Issue
Block a user