Skip to content

Commit

Permalink
add support for the svg cursor attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyadams committed Mar 5, 2015
1 parent fa89611 commit 6d79d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/ui/dom/SVGDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var MUST_USE_ATTRIBUTE = DOMProperty.injection.MUST_USE_ATTRIBUTE;

var SVGDOMPropertyConfig = {
Properties: {
cursor: MUST_USE_ATTRIBUTE,
cx: MUST_USE_ATTRIBUTE,
cy: MUST_USE_ATTRIBUTE,
d: MUST_USE_ATTRIBUTE,
Expand Down

0 comments on commit 6d79d74

Please sign in to comment.