mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-01 03:29:05 +01:00
remove unnecessary getValue()
This commit is contained in:
parent
fc227f82d0
commit
a720a7f48a
@ -167,11 +167,6 @@ export class Et2Select extends Et2WithSearchMixin(Et2InvokerMixin(Et2WidgetWithS
|
|||||||
this.value = ""+val;
|
this.value = ""+val;
|
||||||
}
|
}
|
||||||
|
|
||||||
getValue()
|
|
||||||
{
|
|
||||||
return this.value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reimplemented to allow/keep string[] as value
|
* Reimplemented to allow/keep string[] as value
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user