JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
replace del key hack with one that uses backspace code
[peach-html5-editor.git] / editor_tests.coffee
index d0c71fd..c45895a 100644 (file)
@@ -1,4 +1,4 @@
 in_el = document.getElementById 'in'
 button = document.getElementById 'button'
 button.parentNode.removeChild button
-editor = peach_html5_editor in_el
+window.editor = peach_html5_editor in_el, css_file: 'page_dark.css'