Removed superfluous comments

This commit is contained in:
Dmitry Baranovskiy 2009-01-16 15:58:55 +11:00
parent 7aece1538e
commit 6f78b5289a
1 changed files with 0 additions and 2 deletions

View File

@ -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";