diff options
author | wout <wout@impinc.co.uk> | 2014-07-26 21:58:56 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-07-26 21:58:56 +0200 |
commit | 80521a95f894c37d6db2e0480454c1afc3d8f6a5 (patch) | |
tree | 762ec2c50953bc7871fbe03770bc985abaeaa351 /src/arrange.js | |
parent | 9842187d84e71e736ada6a2e9444bab592945600 (diff) | |
download | svg.js-80521a95f894c37d6db2e0480454c1afc3d8f6a5.tar.gz svg.js-80521a95f894c37d6db2e0480454c1afc3d8f6a5.zip |
Installed Jasmin 2.0.1
Diffstat (limited to 'src/arrange.js')
-rwxr-xr-x | src/arrange.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arrange.js b/src/arrange.js index b6721b4..904381f 100755 --- a/src/arrange.js +++ b/src/arrange.js @@ -23,10 +23,10 @@ SVG.extend(SVG.Element, { var i = this.position() + 1 , p = this.parent() - // Move node one step forward + // move node one step forward p.removeElement(this).add(this, i) - // Make sure defs node is always at the top + // make sure defs node is always at the top if (p instanceof SVG.Doc) p.node.appendChild(p.defs().node) |