2017-11-22 16:58:48 +13:00

6 lines
67 B
JavaScript

function Under()
{
Layer.call(this);
this.el.id = "under";
}