Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
13 lines (10 sloc) 247 Bytes
require('./src/flowchart.shim');
var parse = require('./src/flowchart.parse');
require('./src/jquery-plugin');
var FlowChart = {
parse: parse
};
if (typeof window !== 'undefined') {
window.flowchart = FlowChart;
}
module.exports = FlowChart;
You can’t perform that action at this time.