OscarGodson / EpicEditor

EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
http://epiceditor.com
MIT License
4.25k stars 334 forks source link

Going to fullscreen mode raises error #292

Closed SchumacherFM closed 11 years ago

SchumacherFM commented 11 years ago

Uncaught TypeError: Cannot call method 'call' of undefined L815

callback.call(self);

please check if callback is a function

OscarGodson commented 11 years ago

Can you check it now?

SchumacherFM commented 11 years ago

Thanks! Works as expected! :-)