summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-02-06 23:12:35 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-02-06 23:12:35 +0100
commit47568ce3a8447be010ce1a371cbbf330374c2c1a (patch)
tree11b5f2027ecb623894042147658b3f84495b619b /src
parent1f8a1993dae082c689d3a014891f4c1f87882b5f (diff)
downloadsvg.js-47568ce3a8447be010ce1a371cbbf330374c2c1a.tar.gz
svg.js-47568ce3a8447be010ce1a371cbbf330374c2c1a.zip
remove `SVG.A.show()` to resolve nameclash (fix #802)
Diffstat (limited to 'src')
-rw-r--r--src/hyperlink.js4
1 files changed, 0 insertions, 4 deletions
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)