Remove unknown props in ART (#6861)

This commit is contained in:
Ben Alpert
2016-05-24 17:04:18 -07:00
parent 531a6b3265
commit cb4a0af7dd
-2
View File
@@ -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}
/>
);