mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 00:40:22 +02:00
Render function as mentioned in issue #146, only works in browser context
Updated build scripts New way for bundling content in dist, tobe tested, currently to be considered beta
This commit is contained in:
4
src/diagrams/flowchart/d3.js
vendored
4
src/diagrams/flowchart/d3.js
vendored
@@ -1,6 +1,6 @@
|
||||
/* global window */
|
||||
|
||||
var d3;
|
||||
/*var d3;
|
||||
|
||||
if (require) {
|
||||
try {
|
||||
@@ -12,4 +12,4 @@ if (!d3) {
|
||||
d3 = window.d3;
|
||||
}
|
||||
|
||||
module.exports = d3;
|
||||
module.exports = d3;*/
|
||||
|
Reference in New Issue
Block a user