File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ module.exports = AmpersandView.extend({
6262 hook : 'stats-subview' ,
6363 prepareView : function ( el ) {
6464 return new CollectionStatsView ( {
65- el : el ,
66- parent : this ,
67- model : this . model
68- } ) ;
65+ el : el ,
66+ parent : this ,
67+ model : this . model
68+ } ) ;
6969 }
7070 } ,
7171 fields : {
@@ -84,21 +84,21 @@ module.exports = AmpersandView.extend({
8484 hook : 'refine-bar' ,
8585 prepareView : function ( el ) {
8686 return new RefineBarView ( {
87- el : el ,
88- parent : this ,
89- model : app . queryOptions
90- } ) ;
87+ el : el ,
88+ parent : this ,
89+ model : app . queryOptions
90+ } ) ;
9191 }
9292 } ,
9393 documents : {
94- waitFor : 'model.documents ' ,
94+ waitFor : 'open ' ,
9595 hook : 'documents-subview' ,
9696 prepareView : function ( el ) {
9797 return new DocumentListView ( {
98- el : el ,
99- parent : this ,
100- collection : this . model . documents
101- } ) ;
98+ el : el ,
99+ parent : this ,
100+ collection : this . model . documents
101+ } ) ;
102102 }
103103 }
104104 }
You can’t perform that action at this time.
0 commit comments