12 lines
152 B
JavaScript
12 lines
152 B
JavaScript
|
|
||
|
Vn.ShelvesReport = new Class
|
||
|
({
|
||
|
Extends: Vn.Report
|
||
|
|
||
|
,open: function ()
|
||
|
{
|
||
|
this.parent ();
|
||
|
Vn.Node.setText (this.$('title'), this.title);
|
||
|
}
|
||
|
});
|