Simon

Results 1 issues of Simon

medium.js:1725 Uncaught TypeError: Cannot read property 'innerText' of undefined Heres my init: ``` var ed = $("#createBox"); new Medium({ element: ed[0], modifier: 'auto', placeholder: "What's happening?", autofocus: true ``` )}