Calender Prototype
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export class CalenderEntry
|
||||
{
|
||||
constructor(start_point, end_point)
|
||||
{
|
||||
this.start_point = start_point;
|
||||
this.end_point = end_point;
|
||||
this.parent = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user