Commit 9e3f423e by Dmitry Baranovskiy

1.3.2 Sneaking IE9 fix. Really don’t want to create separate version for this.

parent 923ec06e
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -947,7 +947,7 @@ Raphael = (function () { ...@@ -947,7 +947,7 @@ Raphael = (function () {
if (attr) { if (attr) {
for (var key in attr) { for (var key in attr) {
if (attr[has](key)) { if (attr[has](key)) {
el[setAttribute](key, attr[key]); el[setAttribute](key, attr[key] + E);
} }
} }
} else { } else {
......
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