empty initial data

This commit is contained in:
Murod Khaydarov 2017-12-25 00:43:49 +03:00
commit 4e474a24b4
3 changed files with 3 additions and 7 deletions

View file

@ -937,9 +937,7 @@ module.exports = function () {
*/
var initialBlock = {
type: config.initialBlock,
data: {
text: null
}
data: {}
};
this.config.holderId = config.holderId;

File diff suppressed because one or more lines are too long

View file

@ -152,9 +152,7 @@ module.exports = class CodexEditor {
*/
let initialBlock = {
type : config.initialBlock,
data : {
text : null
}
data : {}
};
this.config.holderId = config.holderId;