diff options
author | Malte Fastrup Lyngsø <mflyngsoe@Maltes-MacBook-Air.local> | 2017-06-06 12:01:34 +0200 |
---|---|---|
committer | Malte Fastrup Lyngsø <mflyngsoe@Maltes-MacBook-Air.local> | 2017-06-06 12:01:34 +0200 |
commit | 4e0c3272cc231ee1522a0efda87f91cb9352084c (patch) | |
tree | 132b5cea1da4192b5601be1e1ffb4e107b320141 | |
parent | ecc3882209cb5fe8d8c8e2ad18f44f63916130cc (diff) | |
download | svg.js-4e0c3272cc231ee1522a0efda87f91cb9352084c.tar.gz svg.js-4e0c3272cc231ee1522a0efda87f91cb9352084c.zip |
Removed unused parameter spof of function spof()
-rw-r--r-- | src/doc.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ SVG.Doc = SVG.invent({ } // Fix for possible sub-pixel offset. See: // https://bugzilla.mozilla.org/show_bug.cgi?id=608812 - , spof: function(spof) { + , spof: function() { var pos = this.node.getScreenCTM() if (pos) |