|
|
@@ -270,7 +270,7 @@ var AgendaView = FC.AgendaView = View.extend({
|
|
|
// given a desired total height of the view, returns what the height of the scroller should be
|
|
|
computeScrollerHeight: function(totalHeight) {
|
|
|
return totalHeight -
|
|
|
- subtractInnerElHeight(this.el, this.scroller.el) // everything that's NOT the scroller
|
|
|
+ subtractInnerElHeight(this.el, this.scroller.el); // everything that's NOT the scroller
|
|
|
},
|
|
|
|
|
|
|