1.3.2 Sneaking IE9 fix. Really don’t want to create separate version for this.
[raphael] / raphael.js
index 01bf433..e48c072 100644 (file)
@@ -947,7 +947,7 @@ Raphael = (function () {
             if (attr) {
                 for (var key in attr) {
                     if (attr[has](key)) {
-                        el[setAttribute](key, attr[key]);
+                        el[setAttribute](key, attr[key] + E);
                     }
                 }
             } else {