Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
svgNS
Browse files Browse the repository at this point in the history
  • Loading branch information
violy committed Mar 15, 2015
1 parent d2df71a commit 8b4a62c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/cv.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jQuery(document).ready(function($){
el.setAttributeNS(xlinkNS, a, v);
break;
default :
el.setAttributeNS(svgNS, a, v);
el.setAttributeNS(null, a, v);
}
});
return el;
Expand Down

0 comments on commit 8b4a62c

Please sign in to comment.