diff --git a/src/editor/model/Editor.js b/src/editor/model/Editor.js index 337652fe1..2ea9de4cf 100644 --- a/src/editor/model/Editor.js +++ b/src/editor/model/Editor.js @@ -50,6 +50,7 @@ module.exports = Backbone.Model.extend({ this.config = c; this.set('Config', c); this.set('modules', []); + this.set('toLoad', []); if (c.el && c.fromElement) this.config.components = c.el.innerHTML;