I get this error when attaching the editor: ($('#editor').simpleHtml5Editor();) uncaught TypeError: Cannot read property 'format' of undefined it seems to be at this line of code : ``` html += '<a href=# class=editor_button data-format=\"' + element[elem]['format'] + '\" data-tag=\"' + element[elem]['tag'] + '\" >' + element[elem]['name'] + '</a>'; ```
I get this error when attaching the editor: ($('#editor').simpleHtml5Editor();)
uncaught TypeError: Cannot read property 'format' of undefined
it seems to be at this line of code :