Show More
@@ -65,9 +65,6 b' define([' | |||||
65 | } else { |
|
65 | } else { | |
66 | var that = this; |
|
66 | var that = this; | |
67 | this.create_view(model, {cell: cell, callback: function(view) { |
|
67 | this.create_view(model, {cell: cell, callback: function(view) { | |
68 | if (view === null) { |
|
|||
69 | console.error("View creation failed", model); |
|
|||
70 | } |
|
|||
71 | that._handle_display_view(view); |
|
68 | that._handle_display_view(view); | |
72 | if (cell.widget_subarea) { |
|
69 | if (cell.widget_subarea) { | |
73 | cell.widget_subarea.append(view.$el); |
|
70 | cell.widget_subarea.append(view.$el); |
General Comments 0
You need to be logged in to leave comments.
Login now