summaryrefslogtreecommitdiffstats
path: root/src/use.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-07-22 13:52:20 +0100
committerwout <wout@impinc.co.uk>2013-07-22 13:52:20 +0100
commit9773661d9321927b5b86feef007fabba68eccf32 (patch)
treea45461b0a574017f6b6933b1ae2a73233e711e8f /src/use.js
parentf5c28a74a55501982d5c76d4155170f569937465 (diff)
downloadsvg.js-9773661d9321927b5b86feef007fabba68eccf32.tar.gz
svg.js-9773661d9321927b5b86feef007fabba68eccf32.zip
Namespace fixes and added textPath and bumped to v0.270.28
Diffstat (limited to 'src/use.js')
-rw-r--r--src/use.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/use.js b/src/use.js
index d507998..2f9df9c 100644
--- a/src/use.js
+++ b/src/use.js
@@ -13,7 +13,7 @@ SVG.extend(SVG.Use, {
this.target = element
/* set lined element */
- return this.attr('xlink:href', '#' + element, SVG.xlink)
+ return this.attr('href', '#' + element, SVG.xlink)
}
})