Removed superfluous comments
This commit is contained in:
parent
7aece1538e
commit
6f78b5289a
|
|
@ -748,8 +748,6 @@ var Raphael = (function (type) {
|
|||
width = width || "320px";
|
||||
height = height || "200px";
|
||||
cs.clip = "rect(0 " + width + " " + height + " 0)";
|
||||
// cs.margin = "-2px -2px 0 0";
|
||||
// cs.padding = "-2px -2px 0 0";
|
||||
cs.top = "-2px";
|
||||
cs.left = "-2px";
|
||||
cs.position = "relative";
|
||||
|
|
|
|||
Loading…
Reference in New Issue