This commit is contained in:
rolux 2013-03-08 16:50:53 +05:30
parent e7e20ecc3c
commit 0b155c4bb2

View file

@ -78,7 +78,7 @@ Ox.AnnotationFolder = function(options, self) {
}
} else if (key == 'range') {
updateAnnotations();
self.$annotation.options({placeholder: getPlaceholder()});
self.$annotations.options({placeholder: getPlaceholder()});
} else if (key == 'selected') {
if (value === '') {
self.editing = false;