mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSformElement_jsonCompositeAttribute : fix JS clear value method
This commit is contained in:
parent
ccd932d5c0
commit
68d6d2b6e1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ var LSformElement_jsonCompositeAttribute_field_value_component = new Class({
|
|||
this.select.selectedIndex=-1;
|
||||
}
|
||||
else {
|
||||
this.values.each(function(value) {
|
||||
Object.each(this.values, function(value) {
|
||||
value.clear();
|
||||
}, this);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue