Partially migrate newsletter editor to Marionette 3.x from 2.x
This commit is contained in:
@@ -58,7 +58,7 @@ define([
|
||||
settings: false,
|
||||
},
|
||||
});
|
||||
this.toolsRegion.show(this.toolsView);
|
||||
this.showChildView('toolsRegion', this.toolsView);
|
||||
},
|
||||
onTextEditorChange: function(newContent) {
|
||||
this.model.set('text', newContent);
|
||||
|
Reference in New Issue
Block a user