Skip to content

Commit

Permalink
Remove unknown props in ART (#6861)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed May 25, 2016
1 parent 531a6b3 commit cb4a0af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderers/art/ReactART.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,10 @@ const Surface = React.createClass({
const Tag = Mode.Surface.tagName;
return (
<Tag
accesskey={props.accesskey}
className={props.className}
draggable={props.draggable}
role={props.role}
style={props.style}
tabindex={props.tabindex}
title={props.title}
/>
);
Expand Down

0 comments on commit cb4a0af

Please sign in to comment.