Show More
@@ -91,23 +91,6 b' define([' | |||||
91 | }, |
|
91 | }, | |
92 | }); |
|
92 | }); | |
93 |
|
93 | |||
94 |
|
||||
95 | var VBoxContainerView = FlexContainerView.extend({ |
|
|||
96 | render: function(){ |
|
|||
97 | this.$el.addClass('vbox'); |
|
|||
98 | FlexContainerView.__super__.render.apply(this); |
|
|||
99 | }, |
|
|||
100 | }); |
|
|||
101 |
|
||||
102 |
|
||||
103 | var HBoxContainerView = FlexContainerView.extend({ |
|
|||
104 | render: function(){ |
|
|||
105 | this.$el.addClass('hbox'); |
|
|||
106 | FlexContainerView.__super__.render.apply(this); |
|
|||
107 | }, |
|
|||
108 | }); |
|
|||
109 |
|
||||
110 |
|
||||
111 | var PopupView = widget.DOMWidgetView.extend({ |
|
94 | var PopupView = widget.DOMWidgetView.extend({ | |
112 | render: function(){ |
|
95 | render: function(){ | |
113 | // Called when view is rendered. |
|
96 | // Called when view is rendered. | |
@@ -341,7 +324,5 b' define([' | |||||
341 | 'ContainerView': ContainerView, |
|
324 | 'ContainerView': ContainerView, | |
342 | 'PopupView': PopupView, |
|
325 | 'PopupView': PopupView, | |
343 | 'FlexContainerView': FlexContainerView, |
|
326 | 'FlexContainerView': FlexContainerView, | |
344 | 'VBoxContainerView': VBoxContainerView, |
|
|||
345 | 'HBoxContainerView': HBoxContainerView, |
|
|||
346 | }; |
|
327 | }; | |
347 | }); |
|
328 | }); |
General Comments 0
You need to be logged in to leave comments.
Login now