Commit 6f78b528 by Dmitry Baranovskiy

Removed superfluous comments

parent 7aece153
......@@ -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";
......
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