Remove unused parameter

This commit is contained in:
Bart Visscher 2011-10-15 11:45:50 +02:00
parent 9cfae56df5
commit c383543ec9

View file

@ -112,7 +112,7 @@ Calendar={
formatTime:function(date){
return date[3] + ':' + date[4];
},
updateView:function(task) {
updateView:function() {
this.current.removeEvents();
this.current.renderCal();
this.current.showEvents();