(revert...)

This commit is contained in:
rolux 2014-12-16 18:28:02 +00:00
parent e557af2355
commit 1c70e8a6b9

View file

@ -339,11 +339,7 @@ Ox.AnnotationFolder = function(options, self) {
setTimeout(function() {
self.$annotations.options({
items: self.options.type == 'entity'
? self.annotations.map(function(annotation) {
return annotation.entity.name;
})
: self.annotations,
items: self.annotations,
placeholder: getPlaceholder(),
selected: self.options.selected
});