diff options
author | Aaron Parecki <aaron@parecki.com> | 2015-09-05 13:20:30 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2015-09-05 13:20:30 -0700 |
commit | e121c3f582e2a746dba18b2e9816a7d50e0ef3c2 (patch) | |
tree | dc45f46d0b6fabff63569d8b87181ab657548ee9 /public/editor/editor.js | |
parent | aebf3a2af37c6d9bb86d2bf1c3246a90b20484f4 (diff) |
upgrade medium-editor
Diffstat (limited to 'public/editor/editor.js')
-rw-r--r-- | public/editor/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/editor/editor.js b/public/editor/editor.js index 0d72998..5a07e08 100644 --- a/public/editor/editor.js +++ b/public/editor/editor.js @@ -1,6 +1,6 @@ var editor = new MediumEditor('.editable', { buttons: ['bold', 'italic', 'anchor', 'header1', 'header2', 'quote', 'unorderedlist', 'pre'], - placeholder: 'Write something nice...', + placeholder: {text: 'Write something nice...'}, paste: { // This example includes the default options for paste, if nothing is passed this is what it used forcePlainText: false, |