3 lines
No EOL
48 B
JavaScript
3 lines
No EOL
48 B
JavaScript
function GUIControl(type) {
|
|
this.type = type;
|
|
} |