Sign in
apache
/
netbeans
/
refs/heads/release290
/
.
/
webcommon
/
javascript2.lexer
/
test
/
unit
/
data
/
testfiles
/
jsx
/
simple05.js
blob: 7b337747dd19fb46ff5d4d6cc4c68549ad1104d3 [
file
]
ReactDOM
.
render
(
<
CommentBox
url
=
"/api/comments"
pollInterval
={
2000
}
/>,
document
.
getElementById
(
'content'
)
);