JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
convert editor to javascript, fix
[peach-html5-editor.git] / editor_tests.coffee
diff --git a/editor_tests.coffee b/editor_tests.coffee
deleted file mode 100644 (file)
index c45895a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-in_el = document.getElementById 'in'
-button = document.getElementById 'button'
-button.parentNode.removeChild button
-window.editor = peach_html5_editor in_el, css_file: 'page_dark.css'