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({
62
62
hook : 'stats-subview' ,
63
63
prepareView : function ( el ) {
64
64
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
+ } ) ;
69
69
}
70
70
} ,
71
71
fields : {
@@ -84,21 +84,21 @@ module.exports = AmpersandView.extend({
84
84
hook : 'refine-bar' ,
85
85
prepareView : function ( el ) {
86
86
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
+ } ) ;
91
91
}
92
92
} ,
93
93
documents : {
94
- waitFor : 'model.documents ' ,
94
+ waitFor : 'open ' ,
95
95
hook : 'documents-subview' ,
96
96
prepareView : function ( el ) {
97
97
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
+ } ) ;
102
102
}
103
103
}
104
104
}
You can’t perform that action at this time.
0 commit comments