summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/doc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.js b/src/doc.js
index 6a48a6a..85728a2 100644
--- a/src/doc.js
+++ b/src/doc.js
@@ -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)