]> source.dussan.org Git - svg.js.git/commitdiff
Removed unused parameter spof of function spof()
authorMalte Fastrup Lyngsø <mflyngsoe@Maltes-MacBook-Air.local>
Tue, 6 Jun 2017 10:01:34 +0000 (12:01 +0200)
committerMalte Fastrup Lyngsø <mflyngsoe@Maltes-MacBook-Air.local>
Tue, 6 Jun 2017 10:01:34 +0000 (12:01 +0200)
src/doc.js

index 6a48a6a4ef4b654e56ed01c827283b7e5133f5cc..85728a20980d7b56f9298a5acdc328b0e96438fd 100644 (file)
@@ -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)