JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix loading css for editable content
[peach-html5-editor.git] / editor_tests.coffee
index 7297567..c45895a 100644 (file)
@@ -1,4 +1,4 @@
 in_el = document.getElementById 'in'
 button = document.getElementById 'button'
 button.parentNode.removeChild button
-window.editor = peach_html5_editor in_el
+window.editor = peach_html5_editor in_el, css_file: 'page_dark.css'