Skip to content

Commit 1053a14

Browse files
petehuntzpao
authored andcommitted
Fix frontpage example to retain selection
1 parent b8194d9 commit 1053a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_js/examples/timer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Timer = React.createClass({\n\
1818
},\n\
1919
render: function() {\n\
2020
return React.DOM.div({},\n\
21-
'Seconds Elapsed: ' + this.state.secondsElapsed\n\
21+
'Seconds Elapsed: ', this.state.secondsElapsed\n\
2222
);\n\
2323
}\n\
2424
});\n\

0 commit comments

Comments
 (0)