hedera-web/web/reports/shelves/shelves.js

12 lines
152 B
JavaScript
Raw Normal View History

2015-09-22 07:20:47 +00:00
Vn.ShelvesReport = new Class
({
Extends: Vn.Report
,open: function ()
{
this.parent ();
Vn.Node.setText (this.$('title'), this.title);
}
});