Removed superfluous comments
authorDmitry Baranovskiy <dbaranovskiy@Fresh-Air.sydney.atlassian.com>
Fri, 16 Jan 2009 04:58:55 +0000 (15:58 +1100)
committerDmitry Baranovskiy <dbaranovskiy@Fresh-Air.sydney.atlassian.com>
Fri, 16 Jan 2009 04:58:55 +0000 (15:58 +1100)
raphael.js

index 5d4b41a..11cc899 100644 (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";