1 2 3 4 5 6
ready = -> $('.ckeditor').each -> CKEDITOR.replace $(this).attr('id') $(document).ready(ready) $(document).on('page:load', ready)