Commit a5264e47 by Tomas Alabes

Missing comma

parent 210ce212
...@@ -607,7 +607,7 @@ window.Raphael && window.Raphael.svg && function(R) { ...@@ -607,7 +607,7 @@ window.Raphael && window.Raphael.svg && function(R) {
} else { } else {
return node; return node;
} }
} },
Element = function (node, svg) { Element = function (node, svg) {
var X = 0, var X = 0,
Y = 0; Y = 0;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6422,7 +6422,7 @@ ...@@ -6422,7 +6422,7 @@
} else { } else {
return node; return node;
} }
} },
Element = function (node, svg) { Element = function (node, svg) {
var X = 0, var X = 0,
Y = 0; Y = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment