Remove comments

This commit is contained in:
Dmitry Baranovskiy 2008-12-23 17:41:58 +11:00
parent 89046d5b70
commit a300e42dd5
1 changed files with 0 additions and 10 deletions

View File

@ -779,17 +779,7 @@ var Raphael = (function (type) {
var p = new Element(el, SVG);
if (params) {
setFillAndStroke(p, params);
// for (var attr in params) {
// if (params.gradient) {
// addGrdientFill(el, params.gradient, SVG);
// } else {
// el.setAttribute(attr, params[attr]);
// }
// }
}
// for (var attr in params) {
// p.attrs[attr] = params[attr];
// }
p.isAbsolute = true;
p.path = [];
p.last = {x: 0, y: 0, bx: 0, by: 0};