summaryrefslogtreecommitdiffstats
path: root/dist/svg.js
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-19 15:48:48 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-19 15:48:48 +0100
commitc2ff36620be14e4782d2bdf6154d44ad388fcffc (patch)
tree2eeee39baae565da7eb0f01a0104c1b1c04205ea /dist/svg.js
parent77b20c72d05c6e0e7b498227379c889fecd1c3b0 (diff)
downloadsvg.js-c2ff36620be14e4782d2bdf6154d44ad388fcffc.tar.gz
svg.js-c2ff36620be14e4782d2bdf6154d44ad388fcffc.zip
typescript definitions updated, minor fix in Transformations
Diffstat (limited to 'dist/svg.js')
-rw-r--r--dist/svg.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/svg.js b/dist/svg.js
index 0cfe3db..00b211b 100644
--- a/dist/svg.js
+++ b/dist/svg.js
@@ -6,7 +6,7 @@
* @copyright Wout Fierens <wout@mick-wout.com>
* @license MIT
*
-* BUILT: Sun Mar 19 2017 14:04:29 GMT+0100 (Mitteleuropäische Zeit)
+* BUILT: Sun Mar 19 2017 15:48:10 GMT+0100 (Mitteleuropäische Zeit)
*/;
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
@@ -2999,6 +2999,7 @@ SVG.Rotate = SVG.invent({
}
, undo: function(o){
this._undo = o
+ return this
}
}