Fixing failing tests

This commit is contained in:
sean kenny
2014-09-23 12:09:03 +01:00
parent bc966de4b3
commit 51168a52c1
77 changed files with 2368 additions and 27 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ $.extend(AgendaView.prototype, {
// the all-day area is flexible and might have a lot of events, so shift the height
this.updateHeight();
// /View.prototype.renderEvents.call(this, events); // call the super-method
View.prototype.renderEvents.call(this, events); // call the super-method
},