Skip to content

Commit

Permalink
no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
duncannevin committed Jan 20, 2017
1 parent d413fbf commit c552e6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ module.exports = {

changeQuill(data) {
data = JSON.parse(data) || ''; // This allows us to delete the entire thing with an empty string

this.quill.setContents(data, 'user');
}
}

0 comments on commit c552e6c

Please sign in to comment.