Fix syntax error

This commit is contained in:
Romain Neutron
2012-01-23 18:29:47 +01:00
parent ca252d8564
commit 9563704710

View File

@@ -1124,7 +1124,7 @@ function edit_applyMultiDesc(evt)
var temp = { var temp = {
meta_id : value.getMetaId() ? value.getMetaId() : '', meta_id : value.getMetaId() ? value.getMetaId() : '',
meta_struct_id : p4.edit.T_records[r].fields[f]..getMetaStructId(), meta_struct_id : p4.edit.T_records[r].fields[f].getMetaStructId(),
vocabularyId : value.getVocabularyId() ? value.getVocabularyId() : '', vocabularyId : value.getVocabularyId() ? value.getVocabularyId() : '',
value : cleanTags(value.getValue()) value : cleanTags(value.getValue())
}; };