6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
function Preview()
|
|
{
|
|
Layer.call(this);
|
|
|
|
this.el.id = "preview";
|
|
} |