Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
殷洪(管理员)
/
raphael
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9e3f423e
authored
Mar 19, 2010
by
Dmitry Baranovskiy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.3.2 Sneaking IE9 fix. Really don’t want to create separate version for this.
parent
923ec06e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
raphael-min.js
+0
-0
raphael.js
+1
-1
No files found.
raphael-min.js
View file @
9e3f423e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.js
View file @
9e3f423e
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment