mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-03 04:14:15 +01:00
Beta fix for binding of click events when using the render function as discussed in issue #188.
This commit is contained in:
15
src/diagrams/sequenceDiagram/d3.js
vendored
15
src/diagrams/sequenceDiagram/d3.js
vendored
@@ -1,15 +0,0 @@
|
||||
/* global window
|
||||
|
||||
var d3;
|
||||
|
||||
if (require) {
|
||||
try {
|
||||
d3 = require("d3");
|
||||
} catch (e) {}
|
||||
}
|
||||
|
||||
if (!d3) {
|
||||
d3 = window.d3;
|
||||
}
|
||||
|
||||
module.exports = d3;*/
|
||||
Reference in New Issue
Block a user