JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
preserve <script> tags and whitespace in plaintext elements
[peach-html5-editor.git] / demo.js
1 (function() {
2         var button, in_el;
3         in_el = document.getElementById('in');
4         button = document.getElementById('button');
5         button.parentNode.removeChild(button);
6         window.editor = peach_html5_editor(in_el, {css_file: 'css.css'});
7 }).call(this);