This commit is contained in:
khaydarov 2016-06-24 21:38:49 +03:00
parent 97afe46662
commit 306363a20e

View file

@ -27,7 +27,7 @@ var cEditor = (function (cEditor) {
}
// Current editor state
cEditor.state = {
cEditor.state = {
html : '',
blocks : []
}