14 lines
205 B
Text
14 lines
205 B
Text
|
function Component()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
Component.prototype.beginInstallation = function()
|
||
|
{
|
||
|
component.beginInstallation();
|
||
|
}
|
||
|
|
||
|
Component.prototype.createOperations = function()
|
||
|
{
|
||
|
component.createOperations();
|
||
|
}
|