Refactor designer moving methods to a designer model.
This commit is contained in:
@@ -79,7 +79,7 @@ mindplot.layout.OriginalLayoutManager = new Class({
|
||||
_buildDragManager: function(workspace) {
|
||||
// Init dragger manager.
|
||||
var dragger = new mindplot.DragManager(workspace);
|
||||
var topics = this.getDesigner()._getTopics();
|
||||
var topics = this.getDesigner().getModel().getTopics();
|
||||
|
||||
var dragTopicPositioner = this.getDragTopicPositioner();
|
||||
|
||||
|
Reference in New Issue
Block a user