Unused function
This commit is contained in:
parent
34cf4fbfca
commit
1fa7aa26e5
1 changed files with 13 additions and 20 deletions
|
|
@ -71,13 +71,6 @@ export class GridManager {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Switch to a different view
|
|
||||||
*/
|
|
||||||
public switchView(view: CalendarView): void {
|
|
||||||
this.currentView = view;
|
|
||||||
this.render();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main render method - delegates to GridRenderer
|
* Main render method - delegates to GridRenderer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue