From 47568ce3a8447be010ce1a371cbbf330374c2c1a Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Tue, 6 Feb 2018 23:12:35 +0100 Subject: remove `SVG.A.show()` to resolve nameclash (fix #802) --- src/hyperlink.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/hyperlink.js b/src/hyperlink.js index a967707..1259721 100644 --- a/src/hyperlink.js +++ b/src/hyperlink.js @@ -11,10 +11,6 @@ SVG.A = SVG.invent({ to: function(url) { return this.attr('href', url, SVG.xlink) } - // Link show attribute - , show: function(target) { - return this.attr('show', target, SVG.xlink) - } // Link target attribute , target: function(target) { return this.attr('target', target) -- cgit v1.2.3