fix react/legacy/react-0.12-tests.ts compile error

This commit is contained in:
vvakame
2015-04-15 23:25:52 +09:00
parent 523dc9d483
commit 25407fa708
+1 -1
View File
@@ -121,7 +121,7 @@ myComponent.reset();
// Attributes
// --------------------------------------------------------------------------
var children = ["Hello world", [null], React.DOM.span(null)];
var children: any[] = ["Hello world", [null], React.DOM.span(null)];
var divStyle = { // CSSProperties
flex: "1 1 main-size",
backgroundImage: "url('hello.png')"