2017-09-27 12:54:26 +13:00

6 lines
69 B
JavaScript

function Render()
{
Layer.call(this);
this.el.id = "render";
}