mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-14 04:49:44 +02:00
#1676 lint fix
This commit is contained in:
@@ -34,7 +34,6 @@ export const addClasses = function(classes, g) {
|
|||||||
logger.info('keys:', keys);
|
logger.info('keys:', keys);
|
||||||
logger.info(classes);
|
logger.info(classes);
|
||||||
|
|
||||||
let cnt = 0;
|
|
||||||
// Iterate through each item in the vertex object (containing all the vertices found) in the graph definition
|
// Iterate through each item in the vertex object (containing all the vertices found) in the graph definition
|
||||||
keys.forEach(function(id) {
|
keys.forEach(function(id) {
|
||||||
const vertex = classes[id];
|
const vertex = classes[id];
|
||||||
@@ -110,8 +109,6 @@ export const addClasses = function(classes, g) {
|
|||||||
padding: getConfig().flowchart.padding
|
padding: getConfig().flowchart.padding
|
||||||
});
|
});
|
||||||
|
|
||||||
cnt++;
|
|
||||||
|
|
||||||
logger.info('setNode', {
|
logger.info('setNode', {
|
||||||
labelStyle: styles.labelStyle,
|
labelStyle: styles.labelStyle,
|
||||||
shape: _shape,
|
shape: _shape,
|
||||||
|
Reference in New Issue
Block a user