Update react-tests.ts

This commit is contained in:
Ryan Cavanaugh
2015-11-12 15:20:28 -08:00
parent ac7e775d98
commit f4e53f321c

View File

@@ -281,7 +281,7 @@ var divStyle: React.CSSProperties = { // CSSProperties
flex: "1 1 main-size",
backgroundImage: "url('hello.png')"
};
var htmlAttr: React.HTMLProps = {
var htmlAttr: React.HTMLProps<HTMLElement> = {
key: 36,
ref: "htmlComponent",
children: children,