(revert...)
This commit is contained in:
parent
e557af2355
commit
1c70e8a6b9
1 changed files with 1 additions and 5 deletions
|
@ -339,11 +339,7 @@ Ox.AnnotationFolder = function(options, self) {
|
||||||
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
self.$annotations.options({
|
self.$annotations.options({
|
||||||
items: self.options.type == 'entity'
|
items: self.annotations,
|
||||||
? self.annotations.map(function(annotation) {
|
|
||||||
return annotation.entity.name;
|
|
||||||
})
|
|
||||||
: self.annotations,
|
|
||||||
placeholder: getPlaceholder(),
|
placeholder: getPlaceholder(),
|
||||||
selected: self.options.selected
|
selected: self.options.selected
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue