summaryrefslogtreecommitdiffstats
path: root/src/marker.js
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-11-06 22:28:20 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-11-06 22:28:20 +0100
commit3cb00000586340276998144d202d7af35c47ae36 (patch)
tree6b431cf16f05efeef63e145d1d1dc6aaceede4fb /src/marker.js
parent2702ceb26d3021720f3ff979bcf5f46fc65699e9 (diff)
downloadsvg.js-3cb00000586340276998144d202d7af35c47ae36.tar.gz
svg.js-3cb00000586340276998144d202d7af35c47ae36.zip
tab to space, block comments to line comments
Diffstat (limited to 'src/marker.js')
-rw-r--r--src/marker.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/marker.js b/src/marker.js
index 30b09a4..cdde0ff 100644
--- a/src/marker.js
+++ b/src/marker.js
@@ -21,10 +21,10 @@ SVG.Marker = SVG.invent({
}
// Update marker
, update: function(block) {
- /* remove all content */
+ // remove all content
this.clear()
- /* invoke passed block */
+ // invoke passed block
if (typeof block == 'function')
block.call(this, this)