diff --git a/dist/kartograph.js b/dist/kartograph.js index 8587255..fb1dd4f 100644 --- a/dist/kartograph.js +++ b/dist/kartograph.js @@ -1780,7 +1780,7 @@ this.x = x; this.y = y; this.r = r; - Circle.__super__.constructor.call(this, 'circle', null, true); + Circle.__super__.constructor.call(this, 'circle', [], true); } Circle.prototype.toSVG = function(paper) {