This commit is contained in:
Cheng Lou 2013-07-17 16:25:25 -04:00
parent 169b172ffc
commit fc6a567e0e
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ React.renderComponent(<MarkdownEditor />, mountNode);\
";
React.renderComponent(
ReactPlayground( {codeText:MARKDOWN_COMPONENT}, null ),
<ReactPlayground codeText={MARKDOWN_COMPONENT} />,
document.getElementById('markdownExample')
);