HTML
<div style="background-color: #ffffff; width:100%; height:300px;">
<div id="synapEditor"></div>
</div>
Javascript
<script>
window.editor = new SynapEditor('synapEditor', 'config.json');
</script>
<div style="background-color: #ffffff; width:100%; height:300px;">
<div id="synapEditor"></div>
</div>
<script>
window.editor = new SynapEditor('synapEditor', 'config.json');
</script>