From c5a02fc61daf3a1e88014825d718922fc759c061 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 16 Dec 2014 19:40:42 +0000 Subject: [PATCH] typo --- source/UI/js/Video/AnnotationFolder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/UI/js/Video/AnnotationFolder.js b/source/UI/js/Video/AnnotationFolder.js index 3166e143..4a1be579 100644 --- a/source/UI/js/Video/AnnotationFolder.js +++ b/source/UI/js/Video/AnnotationFolder.js @@ -440,8 +440,8 @@ Ox.AnnotationFolder = function(options, self) { }); if (self.options.type == 'entity') { annotations = annotations.map(function(annotation) { - annotation.value = annotation.value - + ' \u24D8'; + annotation.value = annotation.value + ' \u24D8'; return annotation; }); }