diff --git a/src/flowchart.chart.js b/src/flowchart.chart.js index e8d4d90c..e9cfc64a 100644 --- a/src/flowchart.chart.js +++ b/src/flowchart.chart.js @@ -15,6 +15,8 @@ function FlowChart(container, options) { this.start = null; } +FlowChart.prototype.paper=null; + FlowChart.prototype.handle = function(symbol) { if (this.symbols.indexOf(symbol) <= -1) { this.symbols.push(symbol);