mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 13:53:55 -04:00
Remove unused parameter
This commit is contained in:
parent
9cfae56df5
commit
c383543ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue