aboutsummaryrefslogtreecommitdiffstats
path: root/src/element.js
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-03-23 22:50:30 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-03-23 22:50:30 +0100
commit8205de6087bd6fe48706f598c49a111f52740c97 (patch)
tree965fd228f650007bd6ded8835885d89b2e19554b /src/element.js
parent2b26d66fc4686c249ef27b2b8ca1bb20df7bb95d (diff)
downloadsvg.js-8205de6087bd6fe48706f598c49a111f52740c97.tar.gz
svg.js-8205de6087bd6fe48706f598c49a111f52740c97.zip
Implementation new fx module
Diffstat (limited to 'src/element.js')
-rw-r--r--src/element.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/element.js b/src/element.js
index 75d77dc..552fd5b 100644
--- a/src/element.js
+++ b/src/element.js
@@ -256,5 +256,8 @@ SVG.Element = SVG.invent({
this.dom = o
return this
}
+ , is: function(obj){
+ return is(this, obj)
+ }
}
})