diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-11-06 22:28:20 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-11-06 22:28:20 +0100 |
commit | 3cb00000586340276998144d202d7af35c47ae36 (patch) | |
tree | 6b431cf16f05efeef63e145d1d1dc6aaceede4fb /src/shape.js | |
parent | 2702ceb26d3021720f3ff979bcf5f46fc65699e9 (diff) | |
download | svg.js-3cb00000586340276998144d202d7af35c47ae36.tar.gz svg.js-3cb00000586340276998144d202d7af35c47ae36.zip |
tab to space, block comments to line comments
Diffstat (limited to 'src/shape.js')
-rw-r--r-- | src/shape.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shape.js b/src/shape.js index 15c1fa9..3bfc210 100644 --- a/src/shape.js +++ b/src/shape.js @@ -1,8 +1,8 @@ SVG.Shape = SVG.invent({ // Initialize node create: function(element) { - this.constructor.call(this, element) - } + this.constructor.call(this, element) + } // Inherit from , inherit: SVG.Element |