allow for annotation highlight if same value

This commit is contained in:
rolux 2018-10-12 14:46:38 +02:00
commit 6eb3b0bb6f
4 changed files with 21 additions and 14 deletions

View file

@ -49,7 +49,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
var that = Ox.Element({}, self)
.defaults({
annotationsCalendarSize: 256,
annotationsHighlight: false,
annotationsHighlight: 'none',
annotationsMapSize: 256,
annotationsRange: 'all',
annotationsSeparator: ';',