diff --git a/source/Ox.UI/js/Video/AnnotationFolder.js b/source/Ox.UI/js/Video/AnnotationFolder.js index 20459f81..b190deb1 100644 --- a/source/Ox.UI/js/Video/AnnotationFolder.js +++ b/source/Ox.UI/js/Video/AnnotationFolder.js @@ -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;