9 lines
119 B
JavaScript
9 lines
119 B
JavaScript
function Planner(rune)
|
|
{
|
|
Module.call(this,rune);
|
|
|
|
this.widget_cursor = function()
|
|
{
|
|
return "Planner";
|
|
}
|
|
} |