6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
function Frame()
|
|
{
|
|
Module.call(this,"frame");
|
|
|
|
this.settings = {width:200,height:200};
|
|
} |