typo
This commit is contained in:
parent
e7e20ecc3c
commit
0b155c4bb2
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Ox.AnnotationFolder = function(options, self) {
|
||||||
}
|
}
|
||||||
} else if (key == 'range') {
|
} else if (key == 'range') {
|
||||||
updateAnnotations();
|
updateAnnotations();
|
||||||
self.$annotation.options({placeholder: getPlaceholder()});
|
self.$annotations.options({placeholder: getPlaceholder()});
|
||||||
} else if (key == 'selected') {
|
} else if (key == 'selected') {
|
||||||
if (value === '') {
|
if (value === '') {
|
||||||
self.editing = false;
|
self.editing = false;
|
||||||
|
|
Loading…
Reference in a new issue