diff --git a/_js/live_editor.js b/_js/live_editor.js index 1dff81a5..e90dec64 100644 --- a/_js/live_editor.js +++ b/_js/live_editor.js @@ -221,7 +221,7 @@ var ReactPlayground = React.createClass({ } catch (err) { this.setTimeout(function() { ReactDOM.render( -
{err.toString()}
, +
{err.toString()}
, mountNode ); }, 500);