Show More
@@ -18,7 +18,7 b' define([' | |||||
18 |
|
18 | |||
19 | render: function(){ |
|
19 | render: function(){ | |
20 | // Called when view is rendered. |
|
20 | // Called when view is rendered. | |
21 | this.$box = $el; |
|
21 | this.$box = this.$el; | |
22 | this.$box.addClass('widget-box'); |
|
22 | this.$box.addClass('widget-box'); | |
23 | this.update_children([], this.model.get('children')); |
|
23 | this.update_children([], this.model.get('children')); | |
24 | }, |
|
24 | }, |
General Comments 0
You need to be logged in to leave comments.
Login now