mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-07 09:36:41 +02:00
Changes to build environment for windows compatability
This commit is contained in:
@@ -1,17 +1,3 @@
|
||||
//(function (root, factory) {
|
||||
// if (typeof exports === 'object') {
|
||||
// // CommonJS
|
||||
// module.exports = factory(require('b'));
|
||||
// } else if (typeof define === 'function' && define.amd) {
|
||||
// // AMD
|
||||
// define(['b'], function (b) {
|
||||
// return (root.returnExportsGlobal = factory(b));
|
||||
// });
|
||||
// } else {
|
||||
// // Global Variables
|
||||
// root.returnExportsGlobal = factory(root.b);
|
||||
// }
|
||||
//}(this, function (b) {
|
||||
/**
|
||||
* Web page integration module for the mermaid framework. It uses the mermaidAPI for mermaid functionality and to render
|
||||
* the diagrams to svg code.
|
||||
|
Reference in New Issue
Block a user