JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
implement down arrow to move cursor
[peach-html5-editor.git] / editor_tests.coffee
1 in_el = document.getElementById 'in'
2 button = document.getElementById 'button'
3 button.parentNode.removeChild button
4 window.editor = peach_html5_editor in_el, css_file: 'page_dark.css'