diff options
Diffstat (limited to 'src/pattern.js')
-rwxr-xr-x | src/pattern.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pattern.js b/src/pattern.js index 76190ef..2a5ead2 100755 --- a/src/pattern.js +++ b/src/pattern.js @@ -13,10 +13,10 @@ SVG.Pattern = SVG.invent({ } // Update pattern by rebuilding , update: function(block) { - /* remove content */ + // remove content this.clear() - /* invoke passed block */ + // invoke passed block if (typeof block == 'function') block.call(this, this) |