From 9227ed282f6a8d23f54fbdfb100112a7dc3173a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Stanislav?= Date: Thu, 28 May 2015 09:15:05 +0200 Subject: [PATCH] Update kartograph.js --- dist/kartograph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {